[U-Boot] [PATCH 16/72] serial: bfin: Remove the bfin_serialN_device exports from serial.h

Marek Vasut marex at denx.de
Sat Sep 29 23:52:09 CEST 2012


Remove the exports from serial.h as they are only used in the blackfin
serial driver. Furthermore, they are only used for registration, which
is handled already inside that driver and default_serial_port() call,
which is also handled in that driver.

Signed-off-by: Marek Vasut <marex at denx.de>
Cc: Marek Vasut <marek.vasut at gmail.com>
Cc: Tom Rini <trini at ti.com>
Cc: Mike Frysinger <vapier at gentoo.org>
---
 include/serial.h |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/serial.h b/include/serial.h
index b44fac2..00efe68 100644
--- a/include/serial.h
+++ b/include/serial.h
@@ -48,10 +48,6 @@ extern struct serial_device zoom2_serial_device3;
 
 #if defined(CONFIG_SYS_BFIN_UART)
 extern void serial_register_bfin_uart(void);
-extern struct serial_device bfin_serial0_device;
-extern struct serial_device bfin_serial1_device;
-extern struct serial_device bfin_serial2_device;
-extern struct serial_device bfin_serial3_device;
 #endif
 
 extern void serial_register(struct serial_device *);
-- 
1.7.10.4



More information about the U-Boot mailing list