Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-block.git] / net / nfc / nci / uart.c
index 4503937915add62e980d0111b44ee631ccd790d2..78fe622eba6579979f392ec0b03fd8627638a755 100644 (file)
@@ -463,6 +463,7 @@ static struct tty_ldisc_ops nci_uart_ldisc = {
        .receive_buf    = nci_uart_tty_receive,
        .write_wakeup   = nci_uart_tty_wakeup,
        .ioctl          = nci_uart_tty_ioctl,
+       .compat_ioctl   = nci_uart_tty_ioctl,
 };
 
 static int __init nci_uart_init(void)