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:
3534ccc
)
ARM: pxa: Fix number of IRQs on Balloon3
author
Marek Vasut
<marek.vasut@gmail.com>
Tue, 19 Oct 2010 14:17:24 +0000
(16:17 +0200)
committer
Eric Miao
<eric.y.miao@gmail.com>
Mon, 20 Dec 2010 15:13:44 +0000
(23:13 +0800)
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-pxa/include/mach/balloon3.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-pxa/include/mach/balloon3.h
b/arch/arm/mach-pxa/include/mach/balloon3.h
index 561562b4360b7b22477373c8d7fab7a6eb715478..3506da1f27bbd292e8245faa5539429c11210802 100644
(file)
--- a/
arch/arm/mach-pxa/include/mach/balloon3.h
+++ b/
arch/arm/mach-pxa/include/mach/balloon3.h
@@
-174,7
+174,7
@@
enum balloon3_features {
#define BALLOON3_CODEC_IRQ IRQ_GPIO(BALLOON3_GPIO_CODEC_IRQ)
#define BALLOON3_S0_CD_IRQ IRQ_GPIO(BALLOON3_GPIO_S0_CD)
-#define BALLOON3_NR_IRQS (IRQ_BOARD_START +
4
)
+#define BALLOON3_NR_IRQS (IRQ_BOARD_START +
16
)
extern int balloon3_has(enum balloon3_features feature);