diff options
Diffstat (limited to 'arch/blackfin/mach-bf518/include/mach/irq.h')
-rw-r--r-- | arch/blackfin/mach-bf518/include/mach/irq.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf518/include/mach/irq.h b/arch/blackfin/mach-bf518/include/mach/irq.h index 14e52ec7afa5..52edc8483911 100644 --- a/arch/blackfin/mach-bf518/include/mach/irq.h +++ b/arch/blackfin/mach-bf518/include/mach/irq.h | |||
@@ -151,7 +151,8 @@ | |||
151 | 151 | ||
152 | #define GPIO_IRQ_BASE IRQ_PF0 | 152 | #define GPIO_IRQ_BASE IRQ_PF0 |
153 | 153 | ||
154 | #define NR_IRQS (IRQ_PH15 + 1) | 154 | #define NR_MACH_IRQS (IRQ_PH15 + 1) |
155 | #define NR_IRQS (NR_MACH_IRQS + NR_SPARE_IRQS) | ||
155 | 156 | ||
156 | #define IVG7 7 | 157 | #define IVG7 7 |
157 | #define IVG8 8 | 158 | #define IVG8 8 |