From 7813a4a7634a02b75005e2584ed83ecbc7e5cd6c Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Wed, 19 Oct 2005 16:51:03 +0300 Subject: [PATCH] ARM: OMAP: Add comment on why omap_gpio_init() is needed on some boards Add comment on why omap_gpio_init() is needed on some boards --- arch/arm/plat-omap/gpio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/plat-omap/gpio.c b/arch/arm/plat-omap/gpio.c index e4e8d974c4b..76f721d8513 100644 --- a/arch/arm/plat-omap/gpio.c +++ b/arch/arm/plat-omap/gpio.c @@ -1051,6 +1051,7 @@ static struct sys_device omap_gpio_device = { /* * This may get called early from board specific init + * for boards that have interrupts routed via FPGA. */ int omap_gpio_init(void) { -- 2.41.1