Merge "tty: msm_geni: Do not place msm_geni_console_setup under __init"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
9a339311c7
@ -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;
|
||||
|
Reference in New Issue
Block a user