Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c32f62b authored by Tony Lindgren's avatar Tony Lindgren
Browse files

ARM: OMAP: Fix define for twl4030 irqs



Otherwise twl4030 gpios won't work.

Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 52414739
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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