aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2019-10-27 10:35:31 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-10-27 11:14:24 -0700
commit2fd61f796875b78469f35101cc2124ffed6343e5 (patch)
tree42992b0611421294fd0a6802de6f61e8d440a8e1 /drivers/input
parentInput: colibri-vf50-ts - remove unneeded gpio.h header file (diff)
downloadlinux-dev-2fd61f796875b78469f35101cc2124ffed6343e5.tar.xz
linux-dev-2fd61f796875b78469f35101cc2124ffed6343e5.zip
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 <festevam@gmail.com> Link: https://lore.kernel.org/r/20191026185958.24158-2-festevam@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/touchscreen/s3c2410_ts.c1
1 files changed, 0 insertions, 1 deletions
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>