[U-Boot] [PATCH] serial_exit: punt unused prototype

Mike Frysinger vapier at gentoo.org
Tue Oct 4 03:11:14 CEST 2011


No code defines or calls this, so drop the prototype.

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 include/common.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/common.h b/include/common.h
index aeb2d84..e76f5fa 100644
--- a/include/common.h
+++ b/include/common.h
@@ -503,7 +503,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);
-- 
1.7.6.1



More information about the U-Boot mailing list