mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
[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>
This commit is contained in:
parent
c4d37215a8
commit
89d1d0ab4d
@ -976,10 +976,10 @@ 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,
|
||||
struct of_device *op,
|
||||
unsigned long offset,
|
||||
int line)
|
||||
static int __devinit sunsab_init_one(struct uart_sunsab_port *up,
|
||||
struct of_device *op,
|
||||
unsigned long offset,
|
||||
int line)
|
||||
{
|
||||
up->port.line = line;
|
||||
up->port.dev = &op->dev;
|
||||
|
Loading…
Reference in New Issue
Block a user