diff options
Diffstat (limited to 'arch/blackfin/mach-bf537')
-rw-r--r-- | arch/blackfin/mach-bf537/include/mach/irq.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf537/include/mach/irq.h b/arch/blackfin/mach-bf537/include/mach/irq.h index 0defa9457e7f..9b2cbcac98e0 100644 --- a/arch/blackfin/mach-bf537/include/mach/irq.h +++ b/arch/blackfin/mach-bf537/include/mach/irq.h | |||
@@ -134,7 +134,8 @@ | |||
134 | 134 | ||
135 | #define GPIO_IRQ_BASE IRQ_PF0 | 135 | #define GPIO_IRQ_BASE IRQ_PF0 |
136 | 136 | ||
137 | #define NR_IRQS (IRQ_PH15+1) | 137 | #define NR_MACH_IRQS (IRQ_PH15 + 1) |
138 | #define NR_IRQS (NR_MACH_IRQS + NR_SPARE_IRQS) | ||
138 | 139 | ||
139 | #define IVG7 7 | 140 | #define IVG7 7 |
140 | #define IVG8 8 | 141 | #define IVG8 8 |