Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbe96f92 authored by David S. Miller's avatar David S. Miller
Browse files

[SERIAL] sunzilog: Mark sunzilog_init_hw as __devinit.

parent 3a1d5c84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;