diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-12-12 23:04:35 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2023-12-13 21:26:13 -0800 |
commit | 1ba05c92682fcc6d0ffb2fce5db68fb517278797 (patch) | |
tree | 01c5cb65cd6acf081b79567ac21bcb3766f2f6c4 /drivers/input | |
parent | 6caa290684255991ffeebf228b2fd9e7e4da8f34 (diff) | |
download | linux-1ba05c92682fcc6d0ffb2fce5db68fb517278797.tar.gz linux-1ba05c92682fcc6d0ffb2fce5db68fb517278797.tar.bz2 linux-1ba05c92682fcc6d0ffb2fce5db68fb517278797.zip |
Input: tca6416-keypad - drop unused include
The TCA6416 keypad driver is including the legacy GPIO
header <linux/gpio.h> for no reason, it is not using any
of its symbols. Drop the header.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20231129-descriptors-input-v1-2-9433162914a3@linaro.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/keyboard/tca6416-keypad.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/keyboard/tca6416-keypad.c b/drivers/input/keyboard/tca6416-keypad.c index 8af59ced1ec2..677bc4baa5d1 100644 --- a/drivers/input/keyboard/tca6416-keypad.c +++ b/drivers/input/keyboard/tca6416-keypad.c @@ -14,7 +14,6 @@ #include <linux/slab.h> #include <linux/interrupt.h> #include <linux/workqueue.h> -#include <linux/gpio.h> #include <linux/i2c.h> #include <linux/input.h> #include <linux/tca6416_keypad.h> |