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

Commit 9977e390 authored by Krzysztof Helt's avatar Krzysztof Helt Committed by David S. Miller
Browse files

[SERIAL] sunzilog: section mismatch fix



This patch fixes section mismatch warnings in the sunzilog driver.

Signed-off-by: default avatarKrzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 42e28264
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1239,7 +1239,7 @@ static inline struct console *SUNZILOG_CONSOLE(void)
#define SUNZILOG_CONSOLE()	(NULL)
#endif

static void __init sunzilog_init_kbdms(struct uart_sunzilog_port *up, int channel)
static void __devinit sunzilog_init_kbdms(struct uart_sunzilog_port *up, int channel)
{
	int baud, brg;

@@ -1259,7 +1259,7 @@ static void __init sunzilog_init_kbdms(struct uart_sunzilog_port *up, int channe
}

#ifdef CONFIG_SERIO
static void __init sunzilog_register_serio(struct uart_sunzilog_port *up)
static void __devinit sunzilog_register_serio(struct uart_sunzilog_port *up)
{
	struct serio *serio = &up->serio;