mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00: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:
parent
a54915d8a1
commit
2e2da4c67d
2 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue