tty/serial: atmel_serial: bootconsole removed from auto-enumerates

Auto-enumerate mechanism conflicts with bootconsoles: remove
the usage counter for this type of consoles.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Nicolas Ferre 2011-10-19 11:36:20 +02:00 committed by Greg Kroah-Hartman
parent a034070398
commit 32cffe537c
1 changed files with 0 additions and 1 deletions

View File

@ -1674,7 +1674,6 @@ static int __init atmel_console_init(void)
int id = atmel_default_console_device->id;
struct atmel_uart_port *port = &atmel_ports[id];
set_bit(id, &atmel_ports_in_use);
port->backup_imr = 0;
port->uart.line = id;