1
0
Fork 0

gpio: omap: drop omap_gpio_list

omap_gpio_list is unused so drop it.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
hifive-unleashed-5.1
Grygorii Strashko 2018-09-27 18:38:44 -05:00 committed by Linus Walleij
parent 8dc1969744
commit c4791bc6e3
1 changed files with 0 additions and 4 deletions

View File

@ -34,8 +34,6 @@
#define OMAP_GPIO_QUIRK_IDLE_REMOVE_TRIGGER BIT(2)
#define OMAP_GPIO_QUIRK_DEFERRED_WKUP_EN BIT(1)
static LIST_HEAD(omap_gpio_list);
struct gpio_regs {
u32 irqenable1;
u32 irqenable2;
@ -1478,8 +1476,6 @@ static int omap_gpio_probe(struct platform_device *pdev)
pm_runtime_put(dev);
list_add_tail(&bank->node, &omap_gpio_list);
return 0;
}