aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/n_null.c')
-rw-r--r--drivers/tty/n_null.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/n_null.c b/drivers/tty/n_null.c
index ce03ae78f5c6..b8f67b5f1ef8 100644
--- a/drivers/tty/n_null.c
+++ b/drivers/tty/n_null.c
@@ -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,