Merge branch 'upstream-fixes' into upstream
[pandora-kernel.git] / drivers / char / misc.c
index 3e4c041..96eb2a7 100644 (file)
@@ -129,7 +129,7 @@ static int misc_open(struct inode * inode, struct file * file)
        int minor = iminor(inode);
        struct miscdevice *c;
        int err = -ENODEV;
-       struct file_operations *old_fops, *new_fops = NULL;
+       const struct file_operations *old_fops, *new_fops = NULL;
        
        down(&misc_sem);