diff options
Diffstat (limited to 'arch/arm/mach-ns9xxx/irq.c')
-rw-r--r-- | arch/arm/mach-ns9xxx/irq.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/mach-ns9xxx/irq.c b/arch/arm/mach-ns9xxx/irq.c index d2964257797e..38260d5f849b 100644 --- a/arch/arm/mach-ns9xxx/irq.c +++ b/arch/arm/mach-ns9xxx/irq.c | |||
@@ -12,10 +12,9 @@ | |||
12 | #include <linux/kernel_stat.h> | 12 | #include <linux/kernel_stat.h> |
13 | #include <asm/io.h> | 13 | #include <asm/io.h> |
14 | #include <asm/mach/irq.h> | 14 | #include <asm/mach/irq.h> |
15 | #include <asm/mach-types.h> | 15 | #include <mach/regs-sys-common.h> |
16 | #include <asm/arch/regs-sys-common.h> | 16 | #include <mach/irqs.h> |
17 | #include <asm/arch/irqs.h> | 17 | #include <mach/board.h> |
18 | #include <asm/arch/board.h> | ||
19 | 18 | ||
20 | #include "generic.h" | 19 | #include "generic.h" |
21 | 20 | ||