From e62628e6a7cb3a0d80dae43ec389af98b3870db1 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Thu, 29 Jun 2006 15:18:50 -0700 Subject: [PATCH] --- yaml --- r: 31314 b: refs/heads/master c: 89d1d0ab4d99e1e0fe193352e1dd857787a0bfc0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/serial/sunsab.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 9a9b232e2a03..55626f4792c8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c4d37215a824820e1b614ff9f6969af72cd953f4 +refs/heads/master: 89d1d0ab4d99e1e0fe193352e1dd857787a0bfc0 diff --git a/trunk/drivers/serial/sunsab.c b/trunk/drivers/serial/sunsab.c index 8d3c7e28ba71..141fedbefbc4 100644 --- a/trunk/drivers/serial/sunsab.c +++ b/trunk/drivers/serial/sunsab.c @@ -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;