projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fd61f7
)
Input: wacom_i2c - remove unneeded gpio.h header file
author
Fabio Estevam
<festevam@gmail.com>
Sun, 27 Oct 2019 17:35:41 +0000
(10:35 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sun, 27 Oct 2019 18:14:25 +0000
(11:14 -0700)
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>
drivers/input/touchscreen/wacom_i2c.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/wacom_i2c.c
b/drivers/input/touchscreen/wacom_i2c.c
index
f017af8
..
1afc6bd
100644
(file)
--- 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