diff options
author | Fabio Estevam <festevam@gmail.com> | 2019-10-27 18:35:41 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-10-27 19:14:25 +0100 |
commit | 78e45917bf7a066fffbeb3d87f4031109df6da55 (patch) | |
tree | 01c409e57a8c7c09ca8920260053ee55781cf7a9 | |
parent | Input: s3c2410_ts - remove unneeded gpio.h header file (diff) | |
download | linux-78e45917bf7a066fffbeb3d87f4031109df6da55.tar.xz linux-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>
-rw-r--r-- | drivers/input/touchscreen/wacom_i2c.c | 1 |
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 |