From: Fabio Estevam Date: Tue, 8 Oct 2019 17:13:38 +0000 (-0700) Subject: Input: pixcir_i2c_ts - remove unneeded gpio.h header file X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bdafbb15d13b8819d75e026c0b4b61a701583a91;p=linux.git Input: pixcir_i2c_ts - remove unneeded gpio.h header file The touchscreen device is a GPIO consumer, not a GPIO controller, so there is no need to include . Remove the unneeded header file. Signed-off-by: Fabio Estevam Reviewed-by: Roger Quadros Tested-by: Michal Vokáč Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/pixcir_i2c_ts.c b/drivers/input/touchscreen/pixcir_i2c_ts.c index e146dfa257b15..4561d65e7a1ef 100644 --- a/drivers/input/touchscreen/pixcir_i2c_ts.c +++ b/drivers/input/touchscreen/pixcir_i2c_ts.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include