aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-iop3xx/irqs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-iop3xx/irqs.h')
-rw-r--r--include/asm-arm/arch-iop3xx/irqs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-arm/arch-iop3xx/irqs.h b/include/asm-arm/arch-iop3xx/irqs.h
index b2c03f4c269c..4f7c7aa87b4a 100644
--- a/include/asm-arm/arch-iop3xx/irqs.h
+++ b/include/asm-arm/arch-iop3xx/irqs.h
@@ -12,10 +12,10 @@
12/* 12/*
13 * Chipset-specific bits 13 * Chipset-specific bits
14 */ 14 */
15#ifdef CONFIG_ARCH_IOP321 15#ifdef CONFIG_ARCH_IOP32X
16#include "iop321-irqs.h" 16#include "iop321-irqs.h"
17#endif 17#endif
18 18
19#ifdef CONFIG_ARCH_IOP331 19#ifdef CONFIG_ARCH_IOP33X
20#include "iop331-irqs.h" 20#include "iop331-irqs.h"
21#endif 21#endif