From: Stephen Warren Date: Fri, 25 Sep 2015 16:44:07 +0000 (-0600) Subject: gpio: tegra: remove unused type X-Git-Tag: KARO-TXSD-2017-03-15~3201^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9f75a222c7ff8f475e74252c71c3e83e4aef62c5;p=karo-tx-uboot.git gpio: tegra: remove unused type These enum values aren't used anywhere. Remove them. Signed-off-by: Stephen Warren Reviewed-by: Simon Glass Signed-off-by: Tom Warren --- diff --git a/drivers/gpio/tegra_gpio.c b/drivers/gpio/tegra_gpio.c index 2dfd02d620..f9c06fe88b 100644 --- a/drivers/gpio/tegra_gpio.c +++ b/drivers/gpio/tegra_gpio.c @@ -25,13 +25,6 @@ DECLARE_GLOBAL_DATA_PTR; -enum { - TEGRA_CMD_INFO, - TEGRA_CMD_PORT, - TEGRA_CMD_OUTPUT, - TEGRA_CMD_INPUT, -}; - struct tegra_gpio_platdata { struct gpio_ctlr_bank *bank; const char *port_name; /* Name of port, e.g. "B" */