Skip to content

Commit cb75952

Browse files
Wolfram Sangrafaeljw
authored andcommitted
PM: sleep: sysfs: 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 <wsa+renesas@sang-engineering.com> Link: https://patch.msgid.link/20241118072917.3853-3-wsa+renesas@sang-engineering.com [ rjw: Subject edit ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent d648231 commit cb75952

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/base/power/sysfs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include <linux/export.h>
77
#include <linux/pm_qos.h>
88
#include <linux/pm_runtime.h>
9-
#include <linux/pm_wakeup.h>
109
#include <linux/atomic.h>
1110
#include <linux/jiffies.h>
1211
#include "power.h"

0 commit comments

Comments
 (0)