mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
serial: punt unused serial_addr()
Only one file apparently defines this function, and it merely stubs it out. So if no one is defining/calling it, punt it. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
f745817e74
commit
5794619e29
2 changed files with 0 additions and 5 deletions
|
@ -470,7 +470,6 @@ void ft_pci_setup(void *blob, bd_t *bd);
|
|||
/* $(CPU)/serial.c */
|
||||
int serial_init (void);
|
||||
void serial_exit (void);
|
||||
void serial_addr (unsigned int);
|
||||
void serial_setbrg (void);
|
||||
void serial_putc (const char);
|
||||
void serial_putc_raw(const char);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue