diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-09-27 22:52:35 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-29 19:12:43 -0400 |
commit | fbe96f92b3d9450e77a3a4bb1d46aa1bb908c1ab (patch) | |
tree | 0080a00c0c5afd539c11623f8ba78f86ec18f9bb | |
parent | 3a1d5c84ed2fa4034f86e3b204129c139471516e (diff) |
[SERIAL] sunzilog: Mark sunzilog_init_hw as __devinit.
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/serial/sunzilog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/sunzilog.c b/drivers/serial/sunzilog.c index d34f336d53d8..0da3ebfff82d 100644 --- a/drivers/serial/sunzilog.c +++ b/drivers/serial/sunzilog.c | |||
@@ -1270,7 +1270,7 @@ static void __init sunzilog_register_serio(struct uart_sunzilog_port *up) | |||
1270 | } | 1270 | } |
1271 | #endif | 1271 | #endif |
1272 | 1272 | ||
1273 | static void __init sunzilog_init_hw(struct uart_sunzilog_port *up) | 1273 | static void __devinit sunzilog_init_hw(struct uart_sunzilog_port *up) |
1274 | { | 1274 | { |
1275 | struct zilog_channel __iomem *channel; | 1275 | struct zilog_channel __iomem *channel; |
1276 | unsigned long flags; | 1276 | unsigned long flags; |