]> Git Repo - linux.git/commitdiff
Input: sun4i-lradc-keys - don't include 'pm_wakeup.h' directly
authorWolfram Sang <[email protected]>
Mon, 18 Nov 2024 07:29:05 +0000 (08:29 +0100)
committerDmitry Torokhov <[email protected]>
Wed, 20 Nov 2024 05:35:54 +0000 (21:35 -0800)
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://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
drivers/input/keyboard/sun4i-lradc-keys.c

index f1e269605f05a7509805a77f1157142856e50c7f..5730f08f82d79abe18eb0ffc9f25ac4bc4f464c4 100644 (file)
@@ -24,7 +24,6 @@
 #include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/pm_wakeirq.h>
-#include <linux/pm_wakeup.h>
 #include <linux/property.h>
 #include <linux/regulator/consumer.h>
 #include <linux/reset.h>
This page took 0.051511 seconds and 4 git commands to generate.