aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2019-10-27 10:35:41 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-10-27 11:14:25 -0700
commit78e45917bf7a066fffbeb3d87f4031109df6da55 (patch)
tree01c409e57a8c7c09ca8920260053ee55781cf7a9 /drivers/input
parentInput: s3c2410_ts - remove unneeded gpio.h header file (diff)
downloadlinux-dev-78e45917bf7a066fffbeb3d87f4031109df6da55.tar.xz
linux-dev-78e45917bf7a066fffbeb3d87f4031109df6da55.zip
Input: wacom_i2c - 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-3-festevam@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/touchscreen/wacom_i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/wacom_i2c.c b/drivers/input/touchscreen/wacom_i2c.c
index f017af8c2aa3..1afc6bde2891 100644
--- a/drivers/input/touchscreen/wacom_i2c.c
+++ b/drivers/input/touchscreen/wacom_i2c.c
@@ -12,7 +12,6 @@
#include <linux/slab.h>
#include <linux/irq.h>
#include <linux/interrupt.h>
-#include <linux/gpio.h>
#include <asm/unaligned.h>
#define WACOM_CMD_QUERY0 0x04