X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=drivers%2Fchar%2Fn_tty.c;h=708c2b1dbe51068a5d1b91ba27d38d79d0c39308;hb=4a90f09b20f4622dcbff1f0e1e6bae1704f8ad8c;hp=8096389b0dc2d4bd07df5d9cfc902902a043b333;hpb=5cf11daf9abdfd7bf5f5893137155cb38ccbdeb8;p=linux-2.6-omap-h63xx.git diff --git a/drivers/char/n_tty.c b/drivers/char/n_tty.c index 8096389b0dc..708c2b1dbe5 100644 --- a/drivers/char/n_tty.c +++ b/drivers/char/n_tty.c @@ -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,