Pull bugzilla-7897 into release branch
[sfrench/cifs-2.6.git] / drivers / media / video / pwc / pwc-if.c
index a996aad79276fdfe13ff75c21e13f1627e7a0fb7..9825fd3481085cf3d0c921ad9b7460633acab64d 100644 (file)
@@ -152,7 +152,7 @@ static int  pwc_video_ioctl(struct inode *inode, struct file *file,
                            unsigned int ioctlnr, unsigned long arg);
 static int  pwc_video_mmap(struct file *file, struct vm_area_struct *vma);
 
-static struct file_operations pwc_fops = {
+static const struct file_operations pwc_fops = {
        .owner =        THIS_MODULE,
        .open =         pwc_video_open,
        .release =      pwc_video_close,