diff options
Diffstat (limited to 'drivers/media/video/ov511.c')
-rw-r--r-- | drivers/media/video/ov511.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ov511.c b/drivers/media/video/ov511.c index b4db2cbb5a84..e5edff1059a2 100644 --- a/drivers/media/video/ov511.c +++ b/drivers/media/video/ov511.c | |||
@@ -4653,7 +4653,7 @@ ov51x_v4l1_mmap(struct file *file, struct vm_area_struct *vma) | |||
4653 | return 0; | 4653 | return 0; |
4654 | } | 4654 | } |
4655 | 4655 | ||
4656 | static struct file_operations ov511_fops = { | 4656 | static const struct file_operations ov511_fops = { |
4657 | .owner = THIS_MODULE, | 4657 | .owner = THIS_MODULE, |
4658 | .open = ov51x_v4l1_open, | 4658 | .open = ov51x_v4l1_open, |
4659 | .release = ov51x_v4l1_close, | 4659 | .release = ov51x_v4l1_close, |