aboutsummaryrefslogtreecommitdiff
path: root/include/asm-avr32
diff options
context:
space:
mode:
authorGravatar Haavard Skinnemoen <hskinnemoen@atmel.com> 2008-03-04 15:15:00 +0100
committerGravatar Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 2008-06-28 15:08:39 +0200
commit65033ed740ef06eddf9fde7a992eab336cbddd56 (patch)
tree2aef7138d44a09528ad7e24bbd8762de7578f0ec /include/asm-avr32
parentavr32: Kill special exception handler sections (diff)
downloadlinux-65033ed740ef06eddf9fde7a992eab336cbddd56.tar.gz
linux-65033ed740ef06eddf9fde7a992eab336cbddd56.tar.bz2
linux-65033ed740ef06eddf9fde7a992eab336cbddd56.zip
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.h4
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 5e75d850d707..bc40e3d46150 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__ */