diff options
author | 2025-03-26 13:46:56 +0100 | |
---|---|---|
committer | 2025-03-26 13:46:56 +0100 | |
commit | e4f7cc8c36e7cab391683db682402ab2f185bf92 (patch) | |
tree | 5c37854eb9a0afa966769b470a7db0fdbba82de9 | |
parent | Merge branch 'for-6.15/core' into for-linus (diff) | |
parent | HID: google: don't include '<linux/pm_wakeup.h>' directly (diff) | |
download | wireguard-linux-e4f7cc8c36e7cab391683db682402ab2f185bf92.tar.xz wireguard-linux-e4f7cc8c36e7cab391683db682402ab2f185bf92.zip |
Merge branch 'for-6.15/google' into for-linus
- small include cleanup (Wolfram Sang)
-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 eb6fd2dc75d0..4c1ccf7a267a 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" |