diff options
Diffstat (limited to 'arch/blackfin/mach-bf548/include/mach/irq.h')
-rw-r--r-- | arch/blackfin/mach-bf548/include/mach/irq.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf548/include/mach/irq.h b/arch/blackfin/mach-bf548/include/mach/irq.h index 106db05684ae..1f99b51a3d56 100644 --- a/arch/blackfin/mach-bf548/include/mach/irq.h +++ b/arch/blackfin/mach-bf548/include/mach/irq.h | |||
@@ -317,7 +317,8 @@ Events (highest priority) EMU 0 | |||
317 | 317 | ||
318 | #define GPIO_IRQ_BASE IRQ_PA0 | 318 | #define GPIO_IRQ_BASE IRQ_PA0 |
319 | 319 | ||
320 | #define NR_IRQS (IRQ_PJ15+1) | 320 | #define NR_MACH_IRQS (IRQ_PJ15 + 1) |
321 | #define NR_IRQS (NR_MACH_IRQS + NR_SPARE_IRQS) | ||
321 | 322 | ||
322 | /* For compatibility reasons with existing code */ | 323 | /* For compatibility reasons with existing code */ |
323 | 324 | ||