summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/setup-r8a7779.c
diff options
context:
space:
mode:
authorRob Herring2012-01-03 23:57:33 +0100
committerRob Herring2012-01-26 03:37:51 +0100
commit250a27237e0e0694f8f8451594a0f03e0a4f5a73 (patch)
tree5adfdcd681b6b02cf7d00e1e7fc9afb81eda5aca /arch/arm/mach-shmobile/setup-r8a7779.c
parentARM: pxa: remove NR_IRQS (diff)
downloadkernel-qcow2-linux-250a27237e0e0694f8f8451594a0f03e0a4f5a73.tar.gz
kernel-qcow2-linux-250a27237e0e0694f8f8451594a0f03e0a4f5a73.tar.xz
kernel-qcow2-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/setup-r8a7779.c')
-rw-r--r--arch/arm/mach-shmobile/setup-r8a7779.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7779.c b/arch/arm/mach-shmobile/setup-r8a7779.c
index 4725663bd032..55df21add2d4 100644
--- a/arch/arm/mach-shmobile/setup-r8a7779.c
+++ b/arch/arm/mach-shmobile/setup-r8a7779.c
@@ -29,6 +29,7 @@
#include <linux/sh_intc.h>
#include <linux/sh_timer.h>
#include <mach/hardware.h>
+#include <mach/irqs.h>
#include <mach/r8a7779.h>
#include <mach/common.h>
#include <asm/mach-types.h>