aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2021-07-15 17:26:57 +0200
committerChanwoo Choi <cw00.choi@samsung.com>2021-10-27 14:13:37 +0900
commit3177308a9421f7735482fd56091bc09ef521b933 (patch)
treee24febce56c3d95c9cbc9988a4d14e9584308d10 /drivers/extcon
parent57869c1174287c7092226a80ca1b1c9f9363d9a5 (diff)
downloadlinux-3177308a9421f7735482fd56091bc09ef521b933.tar.gz
extcon: max3355: Drop unused include
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>
Diffstat (limited to 'drivers/extcon')
-rw-r--r--drivers/extcon/extcon-max3355.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-max3355.c b/drivers/extcon/extcon-max3355.c
index fa01926c09f16..d7795607f6935 100644
--- 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>