diff options
Diffstat (limited to 'arch/arm/mach-at91/at91sam9rl_devices.c')
-rw-r--r-- | arch/arm/mach-at91/at91sam9rl_devices.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-at91/at91sam9rl_devices.c b/arch/arm/mach-at91/at91sam9rl_devices.c index fe4ae22e8561..9c0b1481a9a7 100644 --- a/arch/arm/mach-at91/at91sam9rl_devices.c +++ b/arch/arm/mach-at91/at91sam9rl_devices.c | |||
@@ -1192,14 +1192,6 @@ void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) | |||
1192 | at91_uarts[portnr] = pdev; | 1192 | at91_uarts[portnr] = pdev; |
1193 | } | 1193 | } |
1194 | 1194 | ||
1195 | void __init at91_set_serial_console(unsigned portnr) | ||
1196 | { | ||
1197 | if (portnr < ATMEL_MAX_UART) { | ||
1198 | atmel_default_console_device = at91_uarts[portnr]; | ||
1199 | at91sam9rl_set_console_clock(at91_uarts[portnr]->id); | ||
1200 | } | ||
1201 | } | ||
1202 | |||
1203 | void __init at91_add_device_serial(void) | 1195 | void __init at91_add_device_serial(void) |
1204 | { | 1196 | { |
1205 | int i; | 1197 | int i; |
@@ -1208,13 +1200,9 @@ void __init at91_add_device_serial(void) | |||
1208 | if (at91_uarts[i]) | 1200 | if (at91_uarts[i]) |
1209 | platform_device_register(at91_uarts[i]); | 1201 | platform_device_register(at91_uarts[i]); |
1210 | } | 1202 | } |
1211 | |||
1212 | if (!atmel_default_console_device) | ||
1213 | printk(KERN_INFO "AT91: No default serial console defined.\n"); | ||
1214 | } | 1203 | } |
1215 | #else | 1204 | #else |
1216 | void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) {} | 1205 | void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) {} |
1217 | void __init at91_set_serial_console(unsigned portnr) {} | ||
1218 | void __init at91_add_device_serial(void) {} | 1206 | void __init at91_add_device_serial(void) {} |
1219 | #endif | 1207 | #endif |
1220 | 1208 | ||