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
parentextcon: usb-gpio: Use the right includes (diff)
downloadlinux-dev-3177308a9421f7735482fd56091bc09ef521b933.tar.xz
linux-dev-3177308a9421f7735482fd56091bc09ef521b933.zip
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 fa01926c09f1..d7795607f693 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>