Skip to content

Commit

Permalink
[SERIAL] sunzilog: Mark sunzilog_init_hw as __devinit.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Sep 29, 2006
1 parent 3a1d5c8 commit fbe96f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/sunzilog.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fbe96f9

Please sign in to comment.