From 8d80d057537fd536c8cc2252dc18ec3dea9a47e2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 3 Oct 2011 15:11:14 +0000 Subject: serial_exit: punt unused prototype No code defines or calls this, so drop the prototype. Signed-off-by: Mike Frysinger Acked-by: Simon Glass --- include/common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/common.h b/include/common.h index eb19a44..a55600b 100644 --- a/include/common.h +++ b/include/common.h @@ -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); -- cgit v1.1