Skip to content

Commit 048b3ae

Browse files
Wolfram Sangdtor
authored andcommitted
Input: sun4i-lradc-keys - 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-7-wsa+renesas@sang-engineering.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent a39fbef commit 048b3ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/input/keyboard/sun4i-lradc-keys.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include <linux/of.h>
2525
#include <linux/platform_device.h>
2626
#include <linux/pm_wakeirq.h>
27-
#include <linux/pm_wakeup.h>
2827
#include <linux/property.h>
2928
#include <linux/regulator/consumer.h>
3029
#include <linux/reset.h>

0 commit comments

Comments
 (0)