tty: remove TTY_LDISC_MAGIC
[linux-2.6-block.git] / drivers / tty / n_null.c
index ce03ae78f5c6ac40a6fe2e1278b049fbc1d7edbe..b8f67b5f1ef88023c511d61aefd4f81b31923683 100644 (file)
@@ -40,7 +40,6 @@ static void n_null_receivebuf(struct tty_struct *tty,
 
 static struct tty_ldisc_ops null_ldisc = {
        .owner          =       THIS_MODULE,
-       .magic          =       TTY_LDISC_MAGIC,
        .name           =       "n_null",
        .open           =       n_null_open,
        .close          =       n_null_close,