Message ID | 20191026185958.24158-2-festevam@gmail.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 2fd61f796875b78469f35101cc2124ffed6343e5 |
Headers | show |
Series | [1/3] Input: colibri-vf50-ts - remove unneeded gpio.h header file | expand |
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@gmail.com> 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 >
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>
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@gmail.com> --- drivers/input/touchscreen/s3c2410_ts.c | 1 - 1 file changed, 1 deletion(-)