aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-exynos4/include/mach/irqs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos4/include/mach/irqs.h b/arch/arm/mach-exynos4/include/mach/irqs.h
index 31f6bedcc52e..51b5db5ea93b 100644
--- a/arch/arm/mach-exynos4/include/mach/irqs.h
+++ b/arch/arm/mach-exynos4/include/mach/irqs.h
@@ -154,6 +154,6 @@
154#define IRQ_GPIO_END (S5P_GPIOINT_BASE + S5P_GPIOINT_COUNT) 154#define IRQ_GPIO_END (S5P_GPIOINT_BASE + S5P_GPIOINT_COUNT)
155 155
156/* Set the default NR_IRQS */ 156/* Set the default NR_IRQS */
157#define NR_IRQS (IRQ_GPIO_END) 157#define NR_IRQS (IRQ_GPIO_END + 64)
158 158
159#endif /* __ASM_ARCH_IRQS_H */ 159#endif /* __ASM_ARCH_IRQS_H */