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/palmld/palmld.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'board/palmld') diff --git a/board/palmld/palmld.c b/board/palmld/palmld.c index 2f1ad20080..57b4f5f623 100644 --- a/board/palmld/palmld.c +++ b/board/palmld/palmld.c @@ -52,11 +52,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.3