aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2023-12-12 23:04:35 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2023-12-13 21:26:13 -0800
commit1ba05c92682fcc6d0ffb2fce5db68fb517278797 (patch)
tree01c5cb65cd6acf081b79567ac21bcb3766f2f6c4
parent6caa290684255991ffeebf228b2fd9e7e4da8f34 (diff)
downloadinput-1ba05c92682fcc6d0ffb2fce5db68fb517278797.tar.gz
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>
-rw-r--r--drivers/input/keyboard/tca6416-keypad.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/keyboard/tca6416-keypad.c b/drivers/input/keyboard/tca6416-keypad.c
index 8af59ced1ec2ed..677bc4baa5d195 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>