ARM: OMAP: Add comment on why omap_gpio_init() is needed on some boards
authorTony Lindgren <tony@atomide.com>
Wed, 19 Oct 2005 13:51:03 +0000 (16:51 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 19 Oct 2005 13:51:03 +0000 (16:51 +0300)
Add comment on why omap_gpio_init() is needed on some boards

arch/arm/plat-omap/gpio.c

index e4e8d97..76f721d 100644 (file)
@@ -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)
 {