commit | 4e611091f859906c28921cf8d3c75a848fd249bd | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Tue Jan 03 16:53:48 2012 -0600 |
committer | Rob Herring <rob.herring@calxeda.com> | Wed Jan 25 20:37:49 2012 -0600 |
tree | 8344b2828beb23c2c64030eb8558eaeac8d36bcb | |
parent | 8661fb92045c5710754d450ebb82461fcfa08b65 [diff] [blame] |
ARM: pxa: remove NR_IRQS Remove NR_IRQS and add a per machine .nr_irqs setting. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
diff --git a/arch/arm/mach-pxa/xcep.c b/arch/arm/mach-pxa/xcep.c index 4bbe9a3..4275713 100644 --- a/arch/arm/mach-pxa/xcep.c +++ b/arch/arm/mach-pxa/xcep.c
@@ -182,6 +182,7 @@ .atag_offset = 0x100, .init_machine = xcep_init, .map_io = pxa25x_map_io, + .nr_irqs = PXA_NR_IRQS, .init_irq = pxa25x_init_irq, .handle_irq = pxa25x_handle_irq, .timer = &pxa_timer,