[TIPC]: Unrecognized configuration command now returns error message
[pandora-kernel.git] / fs / ncpfs / file.c
index e6b7c67..df37524 100644 (file)
@@ -289,6 +289,9 @@ const struct file_operations ncp_file_operations =
        .read           = ncp_file_read,
        .write          = ncp_file_write,
        .ioctl          = ncp_ioctl,
+#ifdef CONFIG_COMPAT
+       .compat_ioctl   = ncp_compat_ioctl,
+#endif
        .mmap           = ncp_mmap,
        .release        = ncp_release,
        .fsync          = ncp_fsync,