platform/x86: quickstart: don't include 'pm_wakeup.h' directly
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 18 Nov 2024 07:29:11 +0000 (08:29 +0100)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 2 Dec 2024 09:05:54 +0000 (11:05 +0200)
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 <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20241118072917.3853-13-wsa+renesas@sang-engineering.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/quickstart.c

index 8d540a1c86024ed1eb2cb4edaf943092ad42221a..c332c7cdaff54eb7cf9e9df26ad24dc1f3f8ad12 100644 (file)
@@ -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>