]> git.baikalelectronics.ru Git - kernel.git/commit
tty/serial: add back missing setup_early_serial8250_console
authorRob Herring <robh@kernel.org>
Thu, 1 May 2014 00:48:28 +0000 (19:48 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 May 2014 22:16:38 +0000 (18:16 -0400)
commit186c652317395bad411540134dcb3a87fd54d1d1
tree2488cc581cfedad2b89e905ea0511cff3509d271
parentc2099e724535e07ff447caeb83878767fa14558c
tty/serial: add back missing setup_early_serial8250_console

Commit fe9e92e40b1abc7 (tty/serial: convert 8250 to generic earlycon)
removed setup_early_serial8250_console, but there are still 2 callers
in:

arch/mips/mti-malta/malta-init.c
drivers/firmware/pcdp.c

Add back the function implemented as a wrapper to setup_earlycon.

Reported-by: Yinghai Lu <yinghai@kernel.org>
Cc: Jiri Slaby <jslaby@suse.cz>
Cc: linux-serial@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_early.c