diff options
Diffstat (limited to 'arch/avr32/boards/atngw100/setup.c')
-rw-r--r-- | arch/avr32/boards/atngw100/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/boards/atngw100/setup.c b/arch/avr32/boards/atngw100/setup.c index feac0035800c..5b022aad4bd9 100644 --- a/arch/avr32/boards/atngw100/setup.c +++ b/arch/avr32/boards/atngw100/setup.c | |||
@@ -118,7 +118,7 @@ static void __init set_hw_addr(struct platform_device *pdev) | |||
118 | 118 | ||
119 | void __init setup_board(void) | 119 | void __init setup_board(void) |
120 | { | 120 | { |
121 | at32_map_usart(1, 0); /* USART 1: /dev/ttyS0, DB9 */ | 121 | at32_map_usart(1, 0, 0); /* USART 1: /dev/ttyS0, DB9 */ |
122 | at32_setup_serial_console(0); | 122 | at32_setup_serial_console(0); |
123 | } | 123 | } |
124 | 124 | ||