mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-01 17:36:03 +01:00
serial_exit: punt unused prototype
No code defines or calls this, so drop the prototype. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
464c79207c
commit
8d80d05753
1 changed files with 0 additions and 1 deletions
|
|
@ -518,7 +518,6 @@ void ft_pci_setup(void *blob, bd_t *bd);
|
|||
|
||||
/* $(CPU)/serial.c */
|
||||
int serial_init (void);
|
||||
void serial_exit (void);
|
||||
void serial_setbrg (void);
|
||||
void serial_putc (const char);
|
||||
void serial_putc_raw(const char);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue