diff options
author | Tony Lindgren <tony@atomide.com> | 2008-11-04 13:35:08 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2008-11-04 13:35:08 -0800 |
commit | 5c32f62b97d62bec097c09e54e6602d0fce2af07 (patch) | |
tree | 75720ac45ae88afd5d25f0c82a792663475f096f /arch/arm/plat-omap/include/mach | |
parent | 52414739ca3df12f6d1e78d4dc670e97af0e845f (diff) |
ARM: OMAP: Fix define for twl4030 irqs
Otherwise twl4030 gpios won't work.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/mach')
-rw-r--r-- | arch/arm/plat-omap/include/mach/irqs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/mach/irqs.h b/arch/arm/plat-omap/include/mach/irqs.h index a2929ac8c68..bed5274c910 100644 --- a/arch/arm/plat-omap/include/mach/irqs.h +++ b/arch/arm/plat-omap/include/mach/irqs.h @@ -372,7 +372,7 @@ /* 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 |