projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57869c1
)
extcon: max3355: Drop unused include
author
Linus Walleij
<linus.walleij@linaro.org>
Thu, 15 Jul 2021 15:26:57 +0000
(17:26 +0200)
committer
Chanwoo Choi
<cw00.choi@samsung.com>
Wed, 27 Oct 2021 05:13:37 +0000
(14:13 +0900)
This driver includes the legacy <linux/gpio.h> header but
does not use it. Drop this include.
Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-max3355.c
patch
|
blob
|
history
diff --git
a/drivers/extcon/extcon-max3355.c
b/drivers/extcon/extcon-max3355.c
index fa01926c09f1683e76edb0504f4baa412f549cd2..d7795607f6935d365b3cb9294dc1533db75a9826 100644
(file)
--- a/
drivers/extcon/extcon-max3355.c
+++ b/
drivers/extcon/extcon-max3355.c
@@
-7,7
+7,6
@@
*/
#include <linux/extcon-provider.h>
-#include <linux/gpio.h>
#include <linux/gpio/consumer.h>
#include <linux/interrupt.h>
#include <linux/module.h>