net/mlx4_core: Fix checking order in MR table init
[cascardo/linux.git] / include / media / media-devnode.h
index f6caafc..3446af2 100644 (file)
@@ -46,6 +46,7 @@ struct media_file_operations {
        ssize_t (*write) (struct file *, const char __user *, size_t, loff_t *);
        unsigned int (*poll) (struct file *, struct poll_table_struct *);
        long (*ioctl) (struct file *, unsigned int, unsigned long);
+       long (*compat_ioctl) (struct file *, unsigned int, unsigned long);
        int (*open) (struct file *);
        int (*release) (struct file *);
 };