Skip to content

Commit a39fbef

Browse files
Wolfram Sangdtor
authored andcommitted
Input: spear-keyboard - 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-6-wsa+renesas@sang-engineering.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 34e7714 commit a39fbef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/input/keyboard/spear-keyboard.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include <linux/module.h>
2121
#include <linux/of.h>
2222
#include <linux/platform_device.h>
23-
#include <linux/pm_wakeup.h>
2423
#include <linux/slab.h>
2524
#include <linux/types.h>
2625
#include <linux/platform_data/keyboard-spear.h>

0 commit comments

Comments
 (0)