From ce6971cdd81b8c16aad2cceaf1cd923a34cd096a Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 12 Sep 2012 12:36:25 +0200 Subject: serial: pxa: Make use of default_serial_console in serial_pxa Make use of the newly implemented weak default_serial_console in the serial_pxa driver. This removes all reimplementations of this function from board files. Signed-off-by: Marek Vasut Cc: Marek Vasut Cc: Tom Rini --- board/balloon3/balloon3.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'board/balloon3') diff --git a/board/balloon3/balloon3.c b/board/balloon3/balloon3.c index f360323c9b..c934988cc2 100644 --- a/board/balloon3/balloon3.c +++ b/board/balloon3/balloon3.c @@ -53,11 +53,6 @@ int board_init(void) return 0; } -struct serial_device *default_serial_console(void) -{ - return &serial_stuart_device; -} - int dram_init(void) { pxa2xx_dram_init(); -- cgit v1.2.3