commit | fbe96f92b3d9450e77a3a4bb1d46aa1bb908c1ab | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Wed Sep 27 19:52:35 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Sep 29 16:12:43 2006 -0700 |
tree | 0080a00c0c5afd539c11623f8ba78f86ec18f9bb | |
parent | 3a1d5c84ed2fa4034f86e3b204129c139471516e [diff] |
[SERIAL] sunzilog: Mark sunzilog_init_hw as __devinit. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/drivers/serial/sunzilog.c b/drivers/serial/sunzilog.c index d34f336..0da3ebf 100644 --- a/drivers/serial/sunzilog.c +++ b/drivers/serial/sunzilog.c
@@ -1270,7 +1270,7 @@ } #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;