Commit c4791bc6 authored by Grygorii Strashko's avatar Grygorii Strashko Committed by Linus Walleij

gpio: omap: drop omap_gpio_list

omap_gpio_list is unused so drop it.
Signed-off-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 8dc19697
...@@ -34,8 +34,6 @@ ...@@ -34,8 +34,6 @@
#define OMAP_GPIO_QUIRK_IDLE_REMOVE_TRIGGER BIT(2) #define OMAP_GPIO_QUIRK_IDLE_REMOVE_TRIGGER BIT(2)
#define OMAP_GPIO_QUIRK_DEFERRED_WKUP_EN BIT(1) #define OMAP_GPIO_QUIRK_DEFERRED_WKUP_EN BIT(1)
static LIST_HEAD(omap_gpio_list);
struct gpio_regs { struct gpio_regs {
u32 irqenable1; u32 irqenable1;
u32 irqenable2; u32 irqenable2;
...@@ -1478,8 +1476,6 @@ static int omap_gpio_probe(struct platform_device *pdev) ...@@ -1478,8 +1476,6 @@ static int omap_gpio_probe(struct platform_device *pdev)
pm_runtime_put(dev); pm_runtime_put(dev);
list_add_tail(&bank->node, &omap_gpio_list);
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment