tty: serial_core: Export uart_console_device so it can be used by modules
authorJohn Stultz <john.stultz@linaro.org>
Tue, 7 Jan 2020 01:03:10 +0000 (01:03 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Jan 2020 13:01:32 +0000 (14:01 +0100)
commit488f49acecaedc64be54f5b2be7ce8dcc568646c
tree9a0e9bf23aa56d7ca784314b0af2fc8f7008a4e7
parentb4b844930f27bf7019c0bbd8cc575dde32e00ecc
tty: serial_core: Export uart_console_device so it can be used by modules

In order to support serial console w/ SERIAL_QCOM_GENI=m,
we need to export the uart_console_device() symbol so things
will build

Cc: Todd Kjos <tkjos@google.com>
Cc: Alistair Delva <adelva@google.com>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Amit Pundir <amit.pundir@linaro.org>
Cc: Jiri Slaby <jslaby@suse.com>
Cc: linux-serial@vger.kernel.org
Signed-off-by: John Stultz <john.stultz@linaro.org>
Link: https://lore.kernel.org/r/20200107010311.58584-1-john.stultz@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial_core.c