On 1/20/21 2:50 PM, Linus Walleij wrote: > This driver includes the legacy GPIO header <linux/gpio.h>, > the new GPIO header <linux/gpio/consumer.h> and > the deprecated OF GPIO header <linux/of_gpio.h> yet > fail to use symbols from any of them, so drop these > includes. > > Cc: Guenter Roeck <linux@xxxxxxxxxxxx> > Cc: Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx> > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx> > --- > 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 319266329b42..0e2bb1235ab5 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 <linux/gpio.h> > -#include <linux/gpio/consumer.h> > #include <linux/interrupt.h> > #include <linux/i2c.h> > #include <linux/kernel.h> > #include <linux/module.h> > -#include <linux/of_gpio.h> > #include <linux/regmap.h> > #include <linux/usb/pd.h> > #include <linux/usb/tcpm.h> >