Skip to content

Commit

Permalink
ARM: at91: fix at91x40 build
Browse files Browse the repository at this point in the history
patch 738a0fd "ARM: at91: fix external interrupts in non-DT case"
fixed a run-time error on some at91 platforms but did not apply
the same change to at91x40, which now doesn't build.

This changes at91x40 in the same way that the other platforms
were changed.

Signed-off-by: Arnd Bergmann <[email protected]>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
  • Loading branch information
arndb committed Oct 27, 2012
1 parent 1dc506a commit 0654f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-at91/at91x40.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ void __init at91x40_init_interrupts(unsigned int priority[NR_AIC_IRQS])
if (!priority)
priority = at91x40_default_irq_priority;

at91_aic_init(priority);
at91_aic_init(priority, at91_extern_irq);
}

0 comments on commit 0654f4a

Please sign in to comment.