diff options
Diffstat (limited to 'arch/avr32/mach-at32ap/at32ap7000.c')
-rw-r--r-- | arch/avr32/mach-at32ap/at32ap7000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/mach-at32ap/at32ap7000.c b/arch/avr32/mach-at32ap/at32ap7000.c index 175853a3c32b..21561ab60471 100644 --- a/arch/avr32/mach-at32ap/at32ap7000.c +++ b/arch/avr32/mach-at32ap/at32ap7000.c | |||
@@ -498,7 +498,7 @@ DEV_CLK(mck, pio3, pba, 13); | |||
498 | 498 | ||
499 | void __init at32_add_system_devices(void) | 499 | void __init at32_add_system_devices(void) |
500 | { | 500 | { |
501 | system_manager.eim_first_irq = NR_INTERNAL_IRQS; | 501 | system_manager.eim_first_irq = EIM_IRQ_BASE; |
502 | 502 | ||
503 | platform_device_register(&at32_sm_device); | 503 | platform_device_register(&at32_sm_device); |
504 | platform_device_register(&at32_intc0_device); | 504 | platform_device_register(&at32_intc0_device); |