mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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 <marex@denx.de> Cc: Marek Vasut <marek.vasut@gmail.com> Cc: Tom Rini <trini@ti.com> Cc: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user