diff options
Diffstat (limited to 'arch/avr32/boards/atstk1000/atstk1002.c')
-rw-r--r-- | arch/avr32/boards/atstk1000/atstk1002.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/avr32/boards/atstk1000/atstk1002.c b/arch/avr32/boards/atstk1000/atstk1002.c index 8538ba75ef92..b33542b97563 100644 --- a/arch/avr32/boards/atstk1000/atstk1002.c +++ b/arch/avr32/boards/atstk1000/atstk1002.c | |||
@@ -23,10 +23,10 @@ | |||
23 | #include <asm/setup.h> | 23 | #include <asm/setup.h> |
24 | #include <asm/atmel-mci.h> | 24 | #include <asm/atmel-mci.h> |
25 | 25 | ||
26 | #include <asm/arch/at32ap700x.h> | 26 | #include <mach/at32ap700x.h> |
27 | #include <asm/arch/board.h> | 27 | #include <mach/board.h> |
28 | #include <asm/arch/init.h> | 28 | #include <mach/init.h> |
29 | #include <asm/arch/portmux.h> | 29 | #include <mach/portmux.h> |
30 | 30 | ||
31 | #include "atstk1000.h" | 31 | #include "atstk1000.h" |
32 | 32 | ||
@@ -49,7 +49,7 @@ unsigned long at32_board_osc_rates[3] = { | |||
49 | */ | 49 | */ |
50 | #ifdef CONFIG_BOARD_ATSTK1006 | 50 | #ifdef CONFIG_BOARD_ATSTK1006 |
51 | #include <linux/mtd/partitions.h> | 51 | #include <linux/mtd/partitions.h> |
52 | #include <asm/arch/smc.h> | 52 | #include <mach/smc.h> |
53 | 53 | ||
54 | static struct smc_timing nand_timing __initdata = { | 54 | static struct smc_timing nand_timing __initdata = { |
55 | .ncs_read_setup = 0, | 55 | .ncs_read_setup = 0, |