From: Linus Walleij Date: Mon, 30 Aug 2021 21:23:10 +0000 (-0700) Subject: Input: adp5589-keys - use the right header X-Git-Tag: howlett/maple/20220722_2~2317^2~4^2~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1c6aacecea383b5982299c34b4b191f6f21eb14d;p=users%2Fjedix%2Flinux-maple.git Input: adp5589-keys - use the right header This keyboard driver is implementing a GPIO driver, so it need to include and not the legacy header. Signed-off-by: Linus Walleij Acked-by: Michael Hennerich Link: https://lore.kernel.org/r/20210816232707.485031-1-linus.walleij@linaro.org Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/keyboard/adp5589-keys.c b/drivers/input/keyboard/adp5589-keys.c index 654e0476406b..bdd264459a97 100644 --- a/drivers/input/keyboard/adp5589-keys.c +++ b/drivers/input/keyboard/adp5589-keys.c @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include #include