projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d715523
)
extcon: sm5502: Drop useless include
author
Jean Delvare
<jdelvare@suse.de>
Tue, 16 Sep 2014 21:16:15 +0000
(23:16 +0200)
committer
Chanwoo Choi
<cw00.choi@samsung.com>
Mon, 22 Sep 2014 07:00:23 +0000
(16:00 +0900)
Don't include <linux/input.h> when the driver does not use anything
from this header file.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Cc: Chanwoo Choi <cw00.choi@samsung.com>
Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
drivers/extcon/extcon-sm5502.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/extcon/extcon-sm5502.c
b/drivers/extcon/extcon-sm5502.c
index 8e6e66942d61e0d6c124dff070cd8fb30d634f5d..b0f7bd82af90436d7e433a7350f80195f57d7e52 100644
(file)
--- a/
drivers/extcon/extcon-sm5502.c
+++ b/
drivers/extcon/extcon-sm5502.c
@@
-12,7
+12,6
@@
#include <linux/err.h>
#include <linux/i2c.h>
-#include <linux/input.h>
#include <linux/interrupt.h>
#include <linux/irqdomain.h>
#include <linux/kernel.h>