Skip to content

Commit 1ba05c9

Browse files
Linus Walleijdtor
authored andcommitted
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>
1 parent 6caa290 commit 1ba05c9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/input/keyboard/tca6416-keypad.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include <linux/slab.h>
1515
#include <linux/interrupt.h>
1616
#include <linux/workqueue.h>
17-
#include <linux/gpio.h>
1817
#include <linux/i2c.h>
1918
#include <linux/input.h>
2019
#include <linux/tca6416_keypad.h>

0 commit comments

Comments
 (0)