[PATCH] mark f_ops const in the inode
[safe/jmp/linux-2.6] / include / linux / videodev2.h
index 2275bfe..af2d615 100644 (file)
@@ -75,7 +75,7 @@ struct video_device
        int minor;
 
        /* device ops + callbacks */
-       struct file_operations *fops;
+       const struct file_operations *fops;
        void (*release)(struct video_device *vfd);