mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
serial: remove altera serial initializations
Both altera_jtag_serial_initialize() and altera_serial_initialize() are no longer used after they are converted to driver model. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Acked-by: Simon Glass <sjg@chromium.org> Acked-by: Marek Vasut <marex@denx.de>
This commit is contained in:
@ -164,8 +164,6 @@ struct serial_dev_priv {
|
||||
/* Access the serial operations for a device */
|
||||
#define serial_get_ops(dev) ((struct dm_serial_ops *)(dev)->driver->ops)
|
||||
|
||||
void altera_jtag_serial_initialize(void);
|
||||
void altera_serial_initialize(void);
|
||||
void amirix_serial_initialize(void);
|
||||
void arc_serial_initialize(void);
|
||||
void arm_dcc_initialize(void);
|
||||
|
Reference in New Issue
Block a user