]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
serial: bfin: Remove the bfin_serialN_device exports from serial.h
authorMarek Vasut <marex@denx.de>
Wed, 12 Sep 2012 18:05:13 +0000 (20:05 +0200)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:53:50 +0000 (11:53 -0700)
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@denx.de>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Tom Rini <trini@ti.com>
Cc: Mike Frysinger <vapier@gentoo.org>
include/serial.h

index b44fac2496b4a250c311d9eb2df24bc3bab03763..00efe68272e09be175e56f44c3b34f4cef6e9454 100644 (file)
@@ -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 *);