]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ncpfs/file.c
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial
[linux-2.6-omap-h63xx.git] / fs / ncpfs / file.c
index e6b7c67cf057765f86921cf2220fee385eaaee38..df37524b85db0a69f823935bdf666cda214f48e8 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,