diff options
Diffstat (limited to 'drivers/media/video/zoran_driver.c')
-rw-r--r-- | drivers/media/video/zoran_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/zoran_driver.c b/drivers/media/video/zoran_driver.c index e10a9ee25fc5..074323733352 100644 --- a/drivers/media/video/zoran_driver.c +++ b/drivers/media/video/zoran_driver.c | |||
@@ -4679,7 +4679,7 @@ zoran_mmap (struct file *file, | |||
4679 | return 0; | 4679 | return 0; |
4680 | } | 4680 | } |
4681 | 4681 | ||
4682 | static struct file_operations zoran_fops = { | 4682 | static const struct file_operations zoran_fops = { |
4683 | .owner = THIS_MODULE, | 4683 | .owner = THIS_MODULE, |
4684 | .open = zoran_open, | 4684 | .open = zoran_open, |
4685 | .release = zoran_close, | 4685 | .release = zoran_close, |