From: norly Date: Fri, 22 Oct 2021 16:19:17 +0000 (+0200) Subject: Remove TTY_LDISC_MAGIC X-Git-Url: https://git.enpas.org/?p=elmcan.git;a=commitdiff_plain;h=d12e290b5777cb5dfc500f9963cfa4779cb1e5a9 Remove TTY_LDISC_MAGIC This is in sync with upstream 981b22b8777df7de070be1803f6d7ed4f634a43c which removed .magic from struct tty_ldisc_ops in Linux 5.13. --- 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,