Skip to content

Commit 000894d

Browse files
Wolfram SangIngo Molnar
authored andcommitted
x86/platform/olpc-xo1-sci: Don't include <linux/pm_wakeup.h> directly
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
1 parent 0ad2507 commit 000894d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/platform/olpc/olpc-xo1-sci.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include <linux/interrupt.h>
1515
#include <linux/platform_device.h>
1616
#include <linux/pm.h>
17-
#include <linux/pm_wakeup.h>
1817
#include <linux/power_supply.h>
1918
#include <linux/suspend.h>
2019
#include <linux/workqueue.h>

0 commit comments

Comments
 (0)