From: Linus Walleij Date: Mon, 30 Aug 2021 21:23:10 +0000 (-0700) Subject: Input: adp5589-keys - use the right header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1c6aacecea383b5982299c34b4b191f6f21eb14d;p=linux.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 654e0476406bd..bdd264459a97a 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