diff options
Diffstat (limited to 'drivers/tty/hvc/hvsi.c')
-rw-r--r-- | drivers/tty/hvc/hvsi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tty/hvc/hvsi.c b/drivers/tty/hvc/hvsi.c index 6f5bc49c441f..0083bc1f63f4 100644 --- a/drivers/tty/hvc/hvsi.c +++ b/drivers/tty/hvc/hvsi.c | |||
@@ -1080,6 +1080,8 @@ static int __init hvsi_init(void) | |||
1080 | struct hvsi_struct *hp = &hvsi_ports[i]; | 1080 | struct hvsi_struct *hp = &hvsi_ports[i]; |
1081 | int ret = 1; | 1081 | int ret = 1; |
1082 | 1082 | ||
1083 | tty_port_link_device(&hp->port, hvsi_driver, i); | ||
1084 | |||
1083 | ret = request_irq(hp->virq, hvsi_interrupt, 0, "hvsi", hp); | 1085 | ret = request_irq(hp->virq, hvsi_interrupt, 0, "hvsi", hp); |
1084 | if (ret) | 1086 | if (ret) |
1085 | printk(KERN_ERR "HVSI: couldn't reserve irq 0x%x (error %i)\n", | 1087 | printk(KERN_ERR "HVSI: couldn't reserve irq 0x%x (error %i)\n", |