aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/zr364xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/zr364xx.c b/drivers/media/video/zr364xx.c
index 6f1892585cbb..1fdbb46de7f3 100644
--- a/drivers/media/video/zr364xx.c
+++ b/drivers/media/video/zr364xx.c
@@ -749,7 +749,7 @@ static int zr364xx_mmap(struct file *file, struct vm_area_struct *vma)
749} 749}
750 750
751 751
752static struct file_operations zr364xx_fops = { 752static const struct file_operations zr364xx_fops = {
753 .owner = THIS_MODULE, 753 .owner = THIS_MODULE,
754 .open = zr364xx_open, 754 .open = zr364xx_open,
755 .release = zr364xx_release, 755 .release = zr364xx_release,