]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[SERIAL] sunzilog: Mark sunzilog_init_hw as __devinit.
authorDavid S. Miller <davem@sunset.davemloft.net>
Thu, 28 Sep 2006 02:52:35 +0000 (19:52 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 29 Sep 2006 23:12:43 +0000 (16:12 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/serial/sunzilog.c

index d34f336d53d80db4fdebd4016e8f9dedb077c770..0da3ebfff82dc55cc4750640ae7f92530f63562d 100644 (file)
@@ -1270,7 +1270,7 @@ static void __init sunzilog_register_serio(struct uart_sunzilog_port *up)
 }
 #endif
 
-static void __init sunzilog_init_hw(struct uart_sunzilog_port *up)
+static void __devinit sunzilog_init_hw(struct uart_sunzilog_port *up)
 {
        struct zilog_channel __iomem *channel;
        unsigned long flags;