line_install
extern int line_install(struct tty_driver *driver, struct tty_struct *tty,
return line_install(driver, tty, &serial_lines[tty->index]);
return line_install(driver, tty, &vts[tty->index]);