]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/misc.c
drm: radeon add a tcl state flush before accessing tcl vector space
[linux-2.6-omap-h63xx.git] / drivers / char / misc.c
index 3e4c0414a01a2177d3a1d40638a5dc6b34aa5437..96eb2a709e21d66ca7772d75c83ca79d595c81bf 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);