diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-09-28 02:52:35 (GMT) |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-29 23:12:43 (GMT) |
commit | fbe96f92b3d9450e77a3a4bb1d46aa1bb908c1ab (patch) | |
tree | 0080a00c0c5afd539c11623f8ba78f86ec18f9bb /drivers | |
parent | 3a1d5c84ed2fa4034f86e3b204129c139471516e (diff) | |
download | linux-fbe96f92b3d9450e77a3a4bb1d46aa1bb908c1ab.tar.xz |
[SERIAL] sunzilog: Mark sunzilog_init_hw as __devinit.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-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 d34f336..0da3ebf 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) } #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; |