projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5241473
)
ARM: OMAP: Fix define for twl4030 irqs
author
Tony Lindgren
<tony@atomide.com>
Tue, 4 Nov 2008 21:35:08 +0000
(13:35 -0800)
committer
Tony 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
patch
|
blob
|
history
diff --git
a/arch/arm/plat-omap/include/mach/irqs.h
b/arch/arm/plat-omap/include/mach/irqs.h
index a2929ac8c68733a6e4b606d5737a01a9fafb3fb8..bed5274c910a9e0713ae640c2b8e7fde29134148 100644
(file)
--- 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