From: Wolfram Sang Date: Mon, 18 Nov 2024 07:29:04 +0000 (+0100) Subject: Input: spear-keyboard - don't include 'pm_wakeup.h' directly X-Git-Tag: v6.13-rc1~95^2^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a39fbef7c411235a5caf48de3c49d4d406fd118b;p=thirdparty%2Flinux.git Input: spear-keyboard - 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 Link: https://lore.kernel.org/r/20241118072917.3853-6-wsa+renesas@sang-engineering.com Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/keyboard/spear-keyboard.c b/drivers/input/keyboard/spear-keyboard.c index 2d3f656e59dc5..2fae337562a23 100644 --- a/drivers/input/keyboard/spear-keyboard.c +++ b/drivers/input/keyboard/spear-keyboard.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include