diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2024-08-05 03:17:33 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2024-08-05 20:48:28 +0300 |
commit | 2c71e987f0af7b91195d52aebe074b9e2d5423b8 (patch) | |
tree | b4e73dc49cc9957374f21d66ed2f92e934447087 /drivers/input/touchscreen | |
parent | 208989744a6f01bed86968473312d4e650e600b3 (diff) | |
download | linux-2c71e987f0af7b91195d52aebe074b9e2d5423b8.tar.xz |
Input: ilitek_ts_i2c - stop including gpio.h
The driver does not use legacy GPIO API, stop including this header.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/ZrAaHWNvaAfDlDfI@google.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen')
-rw-r--r-- | drivers/input/touchscreen/ilitek_ts_i2c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ilitek_ts_i2c.c b/drivers/input/touchscreen/ilitek_ts_i2c.c index 5a807ad72319..5569641f05f6 100644 --- a/drivers/input/touchscreen/ilitek_ts_i2c.c +++ b/drivers/input/touchscreen/ilitek_ts_i2c.c @@ -15,7 +15,6 @@ #include <linux/slab.h> #include <linux/delay.h> #include <linux/interrupt.h> -#include <linux/gpio.h> #include <linux/gpio/consumer.h> #include <linux/errno.h> #include <linux/acpi.h> |