[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250210113612.51883-2-wsa+renesas@sang-engineering.com>
Date: Mon, 10 Feb 2025 12:36:13 +0100
From: Wolfram Sang <wsa+renesas@...g-engineering.com>
To: linux-kernel@...r.kernel.org
Cc: Wolfram Sang <wsa+renesas@...g-engineering.com>,
Jiri Kosina <jkosina@...e.com>,
Jiri Kosina <jikos@...nel.org>,
Benjamin Tissoires <bentiss@...nel.org>,
linux-input@...r.kernel.org
Subject: [PATCH RESEND] 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@...g-engineering.com>
Acked-by: Jiri Kosina <jkosina@...e.com>
---
drivers/hid/hid-google-hammer.c | 1 -
1 file changed, 1 deletion(-)
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"
--
2.45.2
Powered by blists - more mailing lists