diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-01-03 16:53:48 -0600 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-01-25 20:37:49 -0600 |
commit | 4e611091f859906c28921cf8d3c75a848fd249bd (patch) | |
tree | 8344b2828beb23c2c64030eb8558eaeac8d36bcb /arch/arm/mach-pxa/saar.c | |
parent | 8661fb92045c5710754d450ebb82461fcfa08b65 (diff) | |
download | talos-op-linux-4e611091f859906c28921cf8d3c75a848fd249bd.tar.gz talos-op-linux-4e611091f859906c28921cf8d3c75a848fd249bd.zip |
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>
Diffstat (limited to 'arch/arm/mach-pxa/saar.c')
-rw-r--r-- | arch/arm/mach-pxa/saar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/saar.c b/arch/arm/mach-pxa/saar.c index 0fe354efb931..86c95a5d8533 100644 --- a/arch/arm/mach-pxa/saar.c +++ b/arch/arm/mach-pxa/saar.c @@ -598,6 +598,7 @@ MACHINE_START(SAAR, "PXA930 Handheld Platform (aka SAAR)") /* Maintainer: Eric Miao <eric.miao@marvell.com> */ .atag_offset = 0x100, .map_io = pxa3xx_map_io, + .nr_irqs = PXA_NR_IRQS, .init_irq = pxa3xx_init_irq, .handle_irq = pxa3xx_handle_irq, .timer = &pxa_timer, |