Merge "tty: msm_geni: Do not place msm_geni_console_setup under __init"

This commit is contained in:
qctecmdr
2020-04-03 15:20:03 -07:00
committed by Gerrit - the friendly Code Review server

View File

@ -2213,7 +2213,7 @@ static ssize_t ver_info_show(struct device *dev,
static DEVICE_ATTR_RO(ver_info);
#if defined(CONFIG_SERIAL_MSM_GENI_CONSOLE) || defined(CONFIG_CONSOLE_POLL)
static int __init msm_geni_console_setup(struct console *co, char *options)
static int msm_geni_console_setup(struct console *co, char *options)
{
struct uart_port *uport;
struct msm_geni_serial_port *dev_port;