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

Commit 89d1d0ab authored by David S. Miller's avatar David S. Miller Committed by David S. Miller
Browse files

[SERIAL] sunsab: Fix section mis-match errors.



sunsab_init_one() needs to be __devinit, not __init

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c4d37215
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -976,7 +976,7 @@ static inline struct console *SUNSAB_CONSOLE(void)
#define sunsab_console_init()	do { } while (0)
#endif

static int __init sunsab_init_one(struct uart_sunsab_port *up,
static int __devinit sunsab_init_one(struct uart_sunsab_port *up,
				     struct of_device *op,
				     unsigned long offset,
				     int line)