From d12e290b5777cb5dfc500f9963cfa4779cb1e5a9 Mon Sep 17 00:00:00 2001 From: norly Date: Fri, 22 Oct 2021 18:19:17 +0200 Subject: [PATCH] Remove TTY_LDISC_MAGIC This is in sync with upstream 981b22b8777df7de070be1803f6d7ed4f634a43c which removed .magic from struct tty_ldisc_ops in Linux 5.13. --- module/elmcan.c | 1 - 1 file changed, 1 deletion(-) diff --git a/module/elmcan.c b/module/elmcan.c index ec37af8..7fc6207 100644 --- a/module/elmcan.c +++ b/module/elmcan.c @@ -1226,7 +1226,6 @@ static int elmcan_ldisc_ioctl(struct tty_struct *tty, struct file *file, static struct tty_ldisc_ops elmcan_ldisc = { .owner = THIS_MODULE, - .magic = TTY_LDISC_MAGIC, .name = "elmcan", .receive_buf = elmcan_ldisc_rx, .write_wakeup = elmcan_ldisc_tx_wakeup, -- 2.30.2