diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2025-02-10 12:36:13 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.com> | 2025-02-19 09:58:27 +0100 |
commit | 38ad1eec979b25b24997af4901b010af56b3f47b (patch) | |
tree | d611efa0d193d38e4f530bd25f3d1d43687cdfd6 | |
parent | 58c9bf3363e596d744f56616d407278ef5f97f5a (diff) |
HID: google: don't include '<linux/pm_wakeup.h>' directly
The header clearly states that it does not want to be included directly,
only via '<linux/(platform_)?device.h>'. Which is already present, so
delete the superfluous include.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Jiri Kosina <jkosina@suse.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
-rw-r--r-- | drivers/hid/hid-google-hammer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hid/hid-google-hammer.c b/drivers/hid/hid-google-hammer.c index 0f292b5d3e26..adb4f48804e5 100644 --- a/drivers/hid/hid-google-hammer.c +++ b/drivers/hid/hid-google-hammer.c @@ -22,7 +22,6 @@ #include <linux/platform_data/cros_ec_commands.h> #include <linux/platform_data/cros_ec_proto.h> #include <linux/platform_device.h> -#include <linux/pm_wakeup.h> #include <linux/unaligned.h> #include "hid-ids.h" |