projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f0c058
)
extcon: Remove duplicate inclusion of extcon.h header file
author
Sachin Kamat
<sachin.kamat@linaro.org>
Tue, 7 Aug 2012 09:16:32 +0000
(14:46 +0530)
committer
MyungJoo Ham
<myungjoo.ham@samsung.com>
Mon, 22 Oct 2012 02:28:10 +0000
(11:28 +0900)
extcon.h header file was included twice.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
drivers/extcon/extcon-gpio.c
patch
|
blob
|
history
diff --git
a/drivers/extcon/extcon-gpio.c
b/drivers/extcon/extcon-gpio.c
index 3cc152e690b06087c8374bf35cb72106f9bfde32..71d3ab7b3d8d72c8c477250e25b8ec93ce7842e8 100644
(file)
--- a/
drivers/extcon/extcon-gpio.c
+++ b/
drivers/extcon/extcon-gpio.c
@@
-26,7
+26,6
@@
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
-#include <linux/extcon.h>
#include <linux/workqueue.h>
#include <linux/gpio.h>
#include <linux/extcon.h>