mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 09:34:17 +00:00
serial: sunsu: sunsu_kbd_ms_init needs to be __devinit
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7816238a53
commit
f5d378ace9
@ -1178,7 +1178,7 @@ static struct uart_driver sunsu_reg = {
|
||||
.major = TTY_MAJOR,
|
||||
};
|
||||
|
||||
static int __init sunsu_kbd_ms_init(struct uart_sunsu_port *up)
|
||||
static int __devinit sunsu_kbd_ms_init(struct uart_sunsu_port *up)
|
||||
{
|
||||
int quot, baud;
|
||||
#ifdef CONFIG_SERIO
|
||||
|
Loading…
x
Reference in New Issue
Block a user