Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os 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>

authored by

Grygorii Strashko and committed by
Linus Walleij
c4791bc6 8dc19697

-4
-4
drivers/gpio/gpio-omap.c
··· 34 34 #define OMAP_GPIO_QUIRK_IDLE_REMOVE_TRIGGER BIT(2) 35 35 #define OMAP_GPIO_QUIRK_DEFERRED_WKUP_EN BIT(1) 36 36 37 - static LIST_HEAD(omap_gpio_list); 38 - 39 37 struct gpio_regs { 40 38 u32 irqenable1; 41 39 u32 irqenable2; ··· 1475 1477 } 1476 1478 1477 1479 pm_runtime_put(dev); 1478 - 1479 - list_add_tail(&bank->node, &omap_gpio_list); 1480 1480 1481 1481 return 0; 1482 1482 }