forked from Minki/linux
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>
This commit is contained in:
parent
8dc1969744
commit
c4791bc6e3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user