diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-01-03 17:57:33 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-01-25 21:37:51 -0500 |
commit | 250a27237e0e0694f8f8451594a0f03e0a4f5a73 (patch) | |
tree | 5adfdcd681b6b02cf7d00e1e7fc9afb81eda5aca /arch/arm/mach-shmobile/board-bonito.c | |
parent | 4e611091f859906c28921cf8d3c75a848fd249bd (diff) |
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/board-bonito.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-bonito.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-bonito.c b/arch/arm/mach-shmobile/board-bonito.c index 4d2201622323..df9a65382443 100644 --- a/arch/arm/mach-shmobile/board-bonito.c +++ b/arch/arm/mach-shmobile/board-bonito.c | |||
@@ -34,6 +34,7 @@ | |||
34 | #include <asm/mach/time.h> | 34 | #include <asm/mach/time.h> |
35 | #include <asm/hardware/cache-l2x0.h> | 35 | #include <asm/hardware/cache-l2x0.h> |
36 | #include <mach/r8a7740.h> | 36 | #include <mach/r8a7740.h> |
37 | #include <mach/irqs.h> | ||
37 | #include <video/sh_mobile_lcdc.h> | 38 | #include <video/sh_mobile_lcdc.h> |
38 | 39 | ||
39 | /* | 40 | /* |