Skip to content

Commit d648231

Browse files
Wolfram Sangrafaeljw
authored andcommitted
PM: sleep: autosleep: 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://patch.msgid.link/[email protected] [ rjw: Subject edit ] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 6e47c6e commit d648231

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/power/autosleep.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
#include <linux/device.h>
1111
#include <linux/mutex.h>
12-
#include <linux/pm_wakeup.h>
1312

1413
#include "power.h"
1514

0 commit comments

Comments
 (0)