diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-01-03 23:57:33 +0100 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-01-26 03:37:51 +0100 |
commit | 250a27237e0e0694f8f8451594a0f03e0a4f5a73 (patch) | |
tree | 5adfdcd681b6b02cf7d00e1e7fc9afb81eda5aca /arch/arm/mach-shmobile/include | |
parent | ARM: pxa: remove NR_IRQS (diff) | |
download | linux-250a27237e0e0694f8f8451594a0f03e0a4f5a73.tar.xz linux-250a27237e0e0694f8f8451594a0f03e0a4f5a73.zip |
ARM: shmobile: remove NR_IRQS
Remove NR_IRQS and explicitly include mach/irqs.h as needed. shmobile
properly allocates irq_descs for each irqchip, so setting .nr_irqs for
each machine is not needed.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/irqs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/irqs.h b/arch/arm/mach-shmobile/include/mach/irqs.h index 828807dce5a1..4e686cc201fc 100644 --- a/arch/arm/mach-shmobile/include/mach/irqs.h +++ b/arch/arm/mach-shmobile/include/mach/irqs.h @@ -3,8 +3,6 @@ #include <linux/sh_intc.h> -#define NR_IRQS 1024 - /* GIC */ #define gic_spi(nr) ((nr) + 32) |