ARM: OMAP: Fix define for twl4030 irqs
authorTony Lindgren <tony@atomide.com>
Tue, 4 Nov 2008 21:35:08 +0000 (13:35 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 4 Nov 2008 21:35:08 +0000 (13:35 -0800)
Otherwise twl4030 gpios won't work.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/include/mach/irqs.h

index a2929ac..bed5274 100644 (file)
 
 /* External TWL4030 gpio interrupts are optional */
 #define TWL4030_GPIO_IRQ_BASE  TWL4030_PWR_IRQ_END
-#ifdef CONFIG_TWL4030_GPIO
+#ifdef CONFIG_GPIO_TWL4030
 #define TWL4030_GPIO_NR_IRQS   18
 #else
 #define        TWL4030_GPIO_NR_IRQS    0