diff options
Diffstat (limited to 'arch/blackfin/mach-bf561/include/mach/irq.h')
-rw-r--r-- | arch/blackfin/mach-bf561/include/mach/irq.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf561/include/mach/irq.h b/arch/blackfin/mach-bf561/include/mach/irq.h index 7b208db267bf..c95566ade51b 100644 --- a/arch/blackfin/mach-bf561/include/mach/irq.h +++ b/arch/blackfin/mach-bf561/include/mach/irq.h | |||
@@ -265,7 +265,8 @@ | |||
265 | 265 | ||
266 | #define GPIO_IRQ_BASE IRQ_PF0 | 266 | #define GPIO_IRQ_BASE IRQ_PF0 |
267 | 267 | ||
268 | #define NR_IRQS (IRQ_PF47 + 1) | 268 | #define NR_MACH_IRQS (IRQ_PF47 + 1) |
269 | #define NR_IRQS (NR_MACH_IRQS + NR_SPARE_IRQS) | ||
269 | 270 | ||
270 | #define IVG7 7 | 271 | #define IVG7 7 |
271 | #define IVG8 8 | 272 | #define IVG8 8 |