projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d34a069
)
Input: s3c2410_ts - remove unneeded gpio.h header file
author
Fabio Estevam
<festevam@gmail.com>
Sun, 27 Oct 2019 17:35:31 +0000
(10:35 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sun, 27 Oct 2019 18:14:24 +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-2-festevam@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/s3c2410_ts.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/s3c2410_ts.c
b/drivers/input/touchscreen/s3c2410_ts.c
index b346e7cafd628b78769ad71f05d2826da2bc9ef6..82920ff46f72fc66decdcb790a12c3c17d31771c 100644
(file)
--- 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>