diff options
Diffstat (limited to 'arch/arm/mach-ns9xxx/board-a9m9750dev.c')
-rw-r--r-- | arch/arm/mach-ns9xxx/board-a9m9750dev.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-ns9xxx/board-a9m9750dev.c b/arch/arm/mach-ns9xxx/board-a9m9750dev.c index a494b71c0195..46b4f5a2e7f4 100644 --- a/arch/arm/mach-ns9xxx/board-a9m9750dev.c +++ b/arch/arm/mach-ns9xxx/board-a9m9750dev.c | |||
@@ -13,12 +13,12 @@ | |||
13 | #include <asm/mach/map.h> | 13 | #include <asm/mach/map.h> |
14 | #include <asm/gpio.h> | 14 | #include <asm/gpio.h> |
15 | 15 | ||
16 | #include <asm/arch-ns9xxx/board.h> | 16 | #include <asm/arch/board.h> |
17 | #include <asm/arch-ns9xxx/processor-ns9360.h> | 17 | #include <asm/arch/processor-ns9360.h> |
18 | #include <asm/arch-ns9xxx/regs-sys-ns9360.h> | 18 | #include <asm/arch/regs-sys-ns9360.h> |
19 | #include <asm/arch-ns9xxx/regs-mem.h> | 19 | #include <asm/arch/regs-mem.h> |
20 | #include <asm/arch-ns9xxx/regs-bbu.h> | 20 | #include <asm/arch/regs-bbu.h> |
21 | #include <asm/arch-ns9xxx/regs-board-a9m9750dev.h> | 21 | #include <asm/arch/regs-board-a9m9750dev.h> |
22 | 22 | ||
23 | #include "board-a9m9750dev.h" | 23 | #include "board-a9m9750dev.h" |
24 | 24 | ||