Skip to content

Commit 5b42ede

Browse files
Wolfram Sangalexandrebelloni
authored andcommitted
rtc: brcmstb-waketimer: 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://lore.kernel.org/r/20241118072917.3853-14-wsa+renesas@sang-engineering.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent a06e4a9 commit 5b42ede

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/rtc/rtc-brcmstb-waketimer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include <linux/of.h>
1818
#include <linux/platform_device.h>
1919
#include <linux/pm.h>
20-
#include <linux/pm_wakeup.h>
2120
#include <linux/reboot.h>
2221
#include <linux/rtc.h>
2322
#include <linux/stat.h>

0 commit comments

Comments
 (0)