From 386ce1d748edfdf57f21310647e2d42dd5f737f2 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Wed, 20 Jan 2021 23:50:45 +0100 Subject: [PATCH] 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 --- drivers/usb/typec/tcpm/tcpci_maxim.c | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.7.4