Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a339311 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents a488cdc0 a0a6c2e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;