diff options
author | Stephen Warren | 2015-09-25 10:44:07 -0600 |
---|---|---|
committer | Tom Warren | 2015-10-02 11:05:44 -0700 |
commit | 9f75a222c7ff8f475e74252c71c3e83e4aef62c5 (patch) | |
tree | c74d5ba62a37953ffaea45946ded1a87937b6256 /drivers/gpio/tegra_gpio.c | |
parent | 930c514d47a29e1f94a5b61fe965400a4f5635c3 (diff) |
gpio: tegra: remove unused type
These enum values aren't used anywhere. Remove them.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'drivers/gpio/tegra_gpio.c')
-rw-r--r-- | drivers/gpio/tegra_gpio.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpio/tegra_gpio.c b/drivers/gpio/tegra_gpio.c index 2dfd02d6205..f9c06fe88b7 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" */ |