summaryrefslogtreecommitdiff
path: root/arch/arm/plat-samsung/s5p-irq.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-03-05 10:28:29 (GMT)
committerArnd Bergmann <arnd@arndb.de>2013-04-19 11:51:20 (GMT)
commit7ba8022fc3a1d2434c1f038f022c5d69026319ca (patch)
treefff3699a7037bb225381ca61fef0d11b20e80677 /arch/arm/plat-samsung/s5p-irq.c
parentb4cf27f7735f9e5d80f3e79fcf355ced15461219 (diff)
downloadlinux-fsl-qoriq-7ba8022fc3a1d2434c1f038f022c5d69026319ca.tar.xz
ARM: exynos: prepare for sparse IRQ
When we enable CONFIG_SPARSE_IRQ, we have to set the value of NR_IRQS in the machine_desc for legacy IRQ domains, and any file referring to the number of interrupts or a specific number must include the mach/irqs.h header file explicitly. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/plat-samsung/s5p-irq.c')
-rw-r--r--arch/arm/plat-samsung/s5p-irq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/s5p-irq.c b/arch/arm/plat-samsung/s5p-irq.c
index 103e371..ff1a760 100644
--- a/arch/arm/plat-samsung/s5p-irq.c
+++ b/arch/arm/plat-samsung/s5p-irq.c
@@ -15,6 +15,7 @@
#include <linux/io.h>
#include <linux/irqchip/arm-vic.h>
+#include <mach/irqs.h>
#include <mach/map.h>
#include <plat/regs-timer.h>
#include <plat/cpu.h>