diff options
Diffstat (limited to 'arch/avr32/boards/atngw100/setup.c')
-rw-r--r-- | arch/avr32/boards/atngw100/setup.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/avr32/boards/atngw100/setup.c b/arch/avr32/boards/atngw100/setup.c index c7fe94d03a1e..670c87b2db12 100644 --- a/arch/avr32/boards/atngw100/setup.c +++ b/arch/avr32/boards/atngw100/setup.c | |||
@@ -23,10 +23,10 @@ | |||
23 | #include <asm/io.h> | 23 | #include <asm/io.h> |
24 | #include <asm/setup.h> | 24 | #include <asm/setup.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 | /* Oscillator frequencies. These are board-specific */ | 31 | /* Oscillator frequencies. These are board-specific */ |
32 | unsigned long at32_board_osc_rates[3] = { | 32 | unsigned long at32_board_osc_rates[3] = { |