diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-05 05:28:29 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-04-19 07:51:20 -0400 |
commit | 7ba8022fc3a1d2434c1f038f022c5d69026319ca (patch) | |
tree | fff3699a7037bb225381ca61fef0d11b20e80677 /arch/arm/mach-exynos/mach-nuri.c | |
parent | b4cf27f7735f9e5d80f3e79fcf355ced15461219 (diff) |
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/mach-nuri.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-nuri.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mach-nuri.c b/arch/arm/mach-exynos/mach-nuri.c index 1ea79730187f..ab920e34bd0a 100644 --- a/arch/arm/mach-exynos/mach-nuri.c +++ b/arch/arm/mach-exynos/mach-nuri.c | |||
@@ -53,6 +53,7 @@ | |||
53 | #include <plat/fimc-core.h> | 53 | #include <plat/fimc-core.h> |
54 | #include <plat/camport.h> | 54 | #include <plat/camport.h> |
55 | 55 | ||
56 | #include <mach/irqs.h> | ||
56 | #include <mach/map.h> | 57 | #include <mach/map.h> |
57 | 58 | ||
58 | #include "common.h" | 59 | #include "common.h" |