You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[SERIAL] sunzilog: Mark sunzilog_init_hw as __devinit.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user