tty: remove TTY_LDISC_MAGIC
[linux-2.6-block.git] / drivers / tty / n_r3964.c
index 3161f0a535e3714d1aad14cb8ffc39b606f05fd9..2eb76ea1d88dd7fb00250b6f2ae11fa784baa4d8 100644 (file)
@@ -146,7 +146,6 @@ static void r3964_receive_buf(struct tty_struct *tty, const unsigned char *cp,
 
 static struct tty_ldisc_ops tty_ldisc_N_R3964 = {
        .owner = THIS_MODULE,
-       .magic = TTY_LDISC_MAGIC,
        .name = "R3964",
        .open = r3964_open,
        .close = r3964_close,