diff options
Diffstat (limited to 'include/asm-avr32/arch-at32ap/irq.h')
-rw-r--r-- | include/asm-avr32/arch-at32ap/irq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-avr32/arch-at32ap/irq.h b/include/asm-avr32/arch-at32ap/irq.h index f8f7f4571e44..5adffab9a577 100644 --- a/include/asm-avr32/arch-at32ap/irq.h +++ b/include/asm-avr32/arch-at32ap/irq.h | |||
@@ -7,7 +7,7 @@ | |||
7 | #define AT32_EXTINT(n) (EIM_IRQ_BASE + (n)) | 7 | #define AT32_EXTINT(n) (EIM_IRQ_BASE + (n)) |
8 | 8 | ||
9 | #define GPIO_IRQ_BASE (EIM_IRQ_BASE + NR_EIM_IRQS) | 9 | #define GPIO_IRQ_BASE (EIM_IRQ_BASE + NR_EIM_IRQS) |
10 | #define NR_GPIO_IRQS (4 * 32) | 10 | #define NR_GPIO_IRQS (5 * 32) |
11 | 11 | ||
12 | #define NR_IRQS (GPIO_IRQ_BASE + NR_GPIO_IRQS) | 12 | #define NR_IRQS (GPIO_IRQ_BASE + NR_GPIO_IRQS) |
13 | 13 | ||