From 5ae1de0d491f7558487f90870d3506c783fee755 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 12 Sep 2012 20:07:54 +0200 Subject: serial: bfin: Adjust serial_register_bfin_uart() Rename the serial_register_bfin_uart() to bfin_initialize_serial() to be consistent with the rest of the naming. Next, remove it's prototype from serial.h and properly insert it into serial.c as the rest of the serial initialization functions. Signed-off-by: Marek Vasut Cc: Marek Vasut Cc: Tom Rini Cc: Mike Frysinger --- include/serial.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/serial.h') diff --git a/include/serial.h b/include/serial.h index 00efe68272..5f9899ed21 100644 --- a/include/serial.h +++ b/include/serial.h @@ -46,10 +46,6 @@ extern struct serial_device zoom2_serial_device2; extern struct serial_device zoom2_serial_device3; #endif -#if defined(CONFIG_SYS_BFIN_UART) -extern void serial_register_bfin_uart(void); -#endif - extern void serial_register(struct serial_device *); extern void serial_initialize(void); extern void serial_stdio_init(void); -- cgit v1.2.3