Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Linus Walleij and committed by
Dmitry Torokhov
1ba05c92 6caa2906

-1
-1
drivers/input/keyboard/tca6416-keypad.c
··· 14 14 #include <linux/slab.h> 15 15 #include <linux/interrupt.h> 16 16 #include <linux/workqueue.h> 17 - #include <linux/gpio.h> 18 17 #include <linux/i2c.h> 19 18 #include <linux/input.h> 20 19 #include <linux/tca6416_keypad.h>