tty: remove TTY_LDISC_MAGIC
[linux-2.6-microblaze.git] / drivers / bluetooth / hci_ldisc.c
index 637c5b8..71a4ca5 100644 (file)
@@ -821,7 +821,6 @@ static __poll_t hci_uart_tty_poll(struct tty_struct *tty,
 
 static struct tty_ldisc_ops hci_uart_ldisc = {
        .owner          = THIS_MODULE,
-       .magic          = TTY_LDISC_MAGIC,
        .name           = "n_hci",
        .open           = hci_uart_tty_open,
        .close          = hci_uart_tty_close,