From: Fabio Estevam Date: Sun, 27 Oct 2019 17:35:31 +0000 (-0700) Subject: Input: s3c2410_ts - remove unneeded gpio.h header file X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2fd61f796875b78469f35101cc2124ffed6343e5;p=linux.git Input: s3c2410_ts - remove unneeded gpio.h header file There is no gpio functions used in the driver that is exported by the gpio.h header, so remove this unneeded header. Signed-off-by: Fabio Estevam Link: https://lore.kernel.org/r/20191026185958.24158-2-festevam@gmail.com Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/s3c2410_ts.c b/drivers/input/touchscreen/s3c2410_ts.c index b346e7cafd628..82920ff46f72f 100644 --- a/drivers/input/touchscreen/s3c2410_ts.c +++ b/drivers/input/touchscreen/s3c2410_ts.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include