Merge tag 'please-pull-misc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
[firefly-linux-kernel-4.4.55.git] / include / media / media-devnode.h
index f6caafc874cbdc28aa950b64103603c25d6c5e53..3446af279fca4eba138e4edcfaf5a411643aef07 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 *);
 };