aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Torokhov <[email protected]>2024-08-04 17:17:33 -0700
committerDmitry Torokhov <[email protected]>2024-08-05 10:48:28 -0700
commit2c71e987f0af7b91195d52aebe074b9e2d5423b8 (patch)
treeb4e73dc49cc9957374f21d66ed2f92e934447087
parent208989744a6f01bed86968473312d4e650e600b3 (diff)
Input: ilitek_ts_i2c - stop including gpio.h
The driver does not use legacy GPIO API, stop including this header. Reviewed-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
-rw-r--r--drivers/input/touchscreen/ilitek_ts_i2c.c1
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>