From: Linus Walleij Date: Wed, 20 Jan 2021 22:50:45 +0000 (+0100) Subject: usb: typec: tcpci_maxim: Drop GPIO includes X-Git-Tag: accepted/tizen/unified/20230118.172025~7877^2~97 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=386ce1d748edfdf57f21310647e2d42dd5f737f2;p=platform%2Fkernel%2Flinux-rpi.git usb: typec: tcpci_maxim: Drop GPIO includes This driver includes the legacy GPIO header , the new GPIO header and the deprecated OF GPIO header yet fail to use symbols from any of them, so drop these includes. Cc: Guenter Roeck Cc: Heikki Krogerus Reviewed-by: Guenter Roeck Reviewed-by: Heikki Krogerus Signed-off-by: Linus Walleij Link: https://lore.kernel.org/r/20210120225045.173556-1-linus.walleij@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/typec/tcpm/tcpci_maxim.c b/drivers/usb/typec/tcpm/tcpci_maxim.c index 3192663..0e2bb12 100644 --- a/drivers/usb/typec/tcpm/tcpci_maxim.c +++ b/drivers/usb/typec/tcpm/tcpci_maxim.c @@ -5,13 +5,10 @@ * MAXIM TCPCI based TCPC driver */ -#include -#include #include #include #include #include -#include #include #include #include