diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-07-15 17:26:57 +0200 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2021-10-27 07:13:37 +0200 |
commit | 3177308a9421f7735482fd56091bc09ef521b933 (patch) | |
tree | e24febce56c3d95c9cbc9988a4d14e9584308d10 /drivers/extcon | |
parent | extcon: usb-gpio: Use the right includes (diff) | |
download | linux-3177308a9421f7735482fd56091bc09ef521b933.tar.xz linux-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.c | 1 |
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> |