]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tty/serial: atmel: remove atmel_default_console_device handling
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 13 Jun 2017 20:24:38 +0000 (22:24 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jun 2017 10:48:48 +0000 (12:48 +0200)
commit274a5ed6d8ca16f65bccdce95a14ecf29ff81764
tree9a53ee61fff4db171069292f8d341d1ecd03f632
parent7b08579f5c2a5c0e94b4a9f298339c2fdf0fcc89
tty/serial: atmel: remove atmel_default_console_device handling

atmel_default_console_device was only used by AVR32, in particular
arch/avr32/mach-at32ap/at32ap700x.c which is now gone. Remove it from the
driver.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/atmel_serial.c