diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2008-03-04 15:15:00 +0100 |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-06-28 15:08:39 +0200 |
commit | 65033ed740ef06eddf9fde7a992eab336cbddd56 (patch) | |
tree | 2aef7138d44a09528ad7e24bbd8762de7578f0ec /include/asm-avr32 | |
parent | d704fb0cc0cce474ac959adca6c3d1f606fcfa2a (diff) |
avr32: Move setup_platform() into chip-specific file
Combine at32_clock_init() and at32_portmux_init() into
setup_platform() and remove setup_platform() from at32ap.c. No
functional change since all setup_platform() ever did was call those
two functions.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'include/asm-avr32')
-rw-r--r-- | include/asm-avr32/arch-at32ap/init.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-avr32/arch-at32ap/init.h b/include/asm-avr32/arch-at32ap/init.h index 5e75d850d70..bc40e3d4615 100644 --- a/include/asm-avr32/arch-at32ap/init.h +++ b/include/asm-avr32/arch-at32ap/init.h @@ -13,10 +13,6 @@ void setup_platform(void); void setup_board(void); -/* Called by setup_platform */ -void at32_clock_init(void); -void at32_portmux_init(void); - void at32_setup_serial_console(unsigned int usart_id); #endif /* __ASM_AVR32_AT32AP_INIT_H__ */ |