From: Linus Walleij Date: Wed, 13 Dec 2023 07:04:35 +0000 (-0800) Subject: Input: tca6416-keypad - drop unused include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1ba05c92682fcc6d0ffb2fce5db68fb517278797;p=linux.git Input: tca6416-keypad - drop unused include The TCA6416 keypad driver is including the legacy GPIO header for no reason, it is not using any of its symbols. Drop the header. Signed-off-by: Linus Walleij Link: https://lore.kernel.org/r/20231129-descriptors-input-v1-2-9433162914a3@linaro.org Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/keyboard/tca6416-keypad.c b/drivers/input/keyboard/tca6416-keypad.c index 8af59ced1ec2e..677bc4baa5d19 100644 --- a/drivers/input/keyboard/tca6416-keypad.c +++ b/drivers/input/keyboard/tca6416-keypad.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include