]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/n_tty.c
tty: usb-serial krefs
[linux-2.6-omap-h63xx.git] / drivers / char / n_tty.c
index 8096389b0dc2d4bd07df5d9cfc902902a043b333..708c2b1dbe51068a5d1b91ba27d38d79d0c39308 100644 (file)
@@ -1573,7 +1573,7 @@ static unsigned int normal_poll(struct tty_struct *tty, struct file *file,
        return mask;
 }
 
-struct tty_ldisc tty_ldisc_N_TTY = {
+struct tty_ldisc_ops tty_ldisc_N_TTY = {
        .magic           = TTY_LDISC_MAGIC,
        .name            = "n_tty",
        .open            = n_tty_open,