aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/dev-uart.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-03-05 11:28:29 +0100
committerArnd Bergmann <arnd@arndb.de>2013-04-19 13:51:20 +0200
commit7ba8022fc3a1d2434c1f038f022c5d69026319ca (patch)
treefff3699a7037bb225381ca61fef0d11b20e80677 /arch/arm/mach-exynos/dev-uart.c
parentARM: exynos: introduce EXYNOS_ATAGS symbol (diff)
downloadlinux-dev-7ba8022fc3a1d2434c1f038f022c5d69026319ca.tar.xz
linux-dev-7ba8022fc3a1d2434c1f038f022c5d69026319ca.zip
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/mach-exynos/dev-uart.c')
-rw-r--r--arch/arm/mach-exynos/dev-uart.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/dev-uart.c b/arch/arm/mach-exynos/dev-uart.c
index 7c42f4b7c8be..c48aff02c786 100644
--- a/arch/arm/mach-exynos/dev-uart.c
+++ b/arch/arm/mach-exynos/dev-uart.c
@@ -20,6 +20,7 @@
#include <asm/mach/irq.h>
#include <mach/hardware.h>
#include <mach/map.h>
+#include <mach/irqs.h>
#include <plat/devs.h>