From: Dmitry Torokhov Date: Mon, 5 Aug 2024 00:17:33 +0000 (-0700) Subject: Input: ilitek_ts_i2c - stop including gpio.h X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2c71e987f0af7b91195d52aebe074b9e2d5423b8;p=linux.git Input: ilitek_ts_i2c - stop including gpio.h The driver does not use legacy GPIO API, stop including this header. Reviewed-by: Linus Walleij Link: https://lore.kernel.org/r/ZrAaHWNvaAfDlDfI@google.com Signed-off-by: Dmitry Torokhov --- 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 #include #include -#include #include #include #include