aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/quickstart.c
diff options
context:
space:
mode:
authorWolfram Sang <[email protected]>2024-11-18 07:29:11 +0000
committerIlpo Järvinen <[email protected]>2024-12-02 09:05:54 +0000
commit4f7fe90fe71934c8b79d80aa5942fae101f214c5 (patch)
treea4ecd69045abcfb81167216a982383ce7df7b1fc /drivers/platform/x86/quickstart.c
parentLinux 6.13-rc1 (diff)
downloadkernel-4f7fe90fe71934c8b79d80aa5942fae101f214c5.tar.gz
kernel-4f7fe90fe71934c8b79d80aa5942fae101f214c5.zip
platform/x86: quickstart: don't include 'pm_wakeup.h' directly
The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
Diffstat (limited to 'drivers/platform/x86/quickstart.c')
-rw-r--r--drivers/platform/x86/quickstart.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/quickstart.c b/drivers/platform/x86/quickstart.c
index 8d540a1c8602..c332c7cdaff5 100644
--- a/drivers/platform/x86/quickstart.c
+++ b/drivers/platform/x86/quickstart.c
@@ -20,7 +20,6 @@
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/platform_device.h>
-#include <linux/pm_wakeup.h>
#include <linux/printk.h>
#include <linux/slab.h>
#include <linux/sysfs.h>