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

sunsab_init_one() needs to be __devinit, not __init

Signed-off-by: David S. Miller <davem@davemloft.net>

authored by David S. Miller and committed by David S. Miller 89d1d0ab c4d37215

+4 -4
+4 -4
drivers/serial/sunsab.c
··· 976 976 #define sunsab_console_init() do { } while (0) 977 977 #endif 978 978 979 - static int __init sunsab_init_one(struct uart_sunsab_port *up, 980 - struct of_device *op, 981 - unsigned long offset, 982 - int line) 979 + static int __devinit sunsab_init_one(struct uart_sunsab_port *up, 980 + struct of_device *op, 981 + unsigned long offset, 982 + int line) 983 983 { 984 984 up->port.line = line; 985 985 up->port.dev = &op->dev;