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/palmtc/palmtc.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'board/palmtc') diff --git a/board/palmtc/palmtc.c b/board/palmtc/palmtc.c index 4adf152a4e..b23eec805e 100644 --- a/board/palmtc/palmtc.c +++ b/board/palmtc/palmtc.c @@ -51,11 +51,6 @@ int board_init(void) return 0; } -struct serial_device *default_serial_console(void) -{ - return &serial_ffuart_device; -} - int dram_init(void) { pxa2xx_dram_init(); -- cgit v1.2.1