]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
x86/platform/olpc-xo1-sci: Don't include <linux/pm_wakeup.h> directly
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 10 Feb 2025 11:34:54 +0000 (12:34 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 21 Feb 2025 15:45:00 +0000 (16:45 +0100)
The header clearly states that it does not want to be included directly,
only via <linux/(platform_)?device.h>. Which is already present, so
delete the superfluous include.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20250210113453.51825-2-wsa+renesas@sang-engineering.com
arch/x86/platform/olpc/olpc-xo1-sci.c

index ccb23c73cbe8b216523eb425f49d7eebc2dca5fb..63066e7c85177ecb4066bc56d5ddcb4556ad29d0 100644 (file)
@@ -14,7 +14,6 @@
 #include <linux/interrupt.h>
 #include <linux/platform_device.h>
 #include <linux/pm.h>
-#include <linux/pm_wakeup.h>
 #include <linux/power_supply.h>
 #include <linux/suspend.h>
 #include <linux/workqueue.h>