On Sat, Oct 26, 2019 at 03:59:57PM -0300, Fabio Estevam wrote: > 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 <festevam@xxxxxxxxx> Applied, thank you. > --- > drivers/input/touchscreen/s3c2410_ts.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/input/touchscreen/s3c2410_ts.c b/drivers/input/touchscreen/s3c2410_ts.c > index b346e7cafd62..82920ff46f72 100644 > --- a/drivers/input/touchscreen/s3c2410_ts.c > +++ b/drivers/input/touchscreen/s3c2410_ts.c > @@ -13,7 +13,6 @@ > #include <linux/errno.h> > #include <linux/kernel.h> > #include <linux/module.h> > -#include <linux/gpio.h> > #include <linux/input.h> > #include <linux/delay.h> > #include <linux/interrupt.h> > -- > 2.17.1 > -- Dmitry