diff options
Diffstat (limited to 'drivers/media/video/w9966.c')
-rw-r--r-- | drivers/media/video/w9966.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/w9966.c b/drivers/media/video/w9966.c index 8d14f308f171..47366408637c 100644 --- a/drivers/media/video/w9966.c +++ b/drivers/media/video/w9966.c | |||
@@ -183,7 +183,7 @@ static int w9966_v4l_ioctl(struct inode *inode, struct file *file, | |||
183 | static ssize_t w9966_v4l_read(struct file *file, char __user *buf, | 183 | static ssize_t w9966_v4l_read(struct file *file, char __user *buf, |
184 | size_t count, loff_t *ppos); | 184 | size_t count, loff_t *ppos); |
185 | 185 | ||
186 | static struct file_operations w9966_fops = { | 186 | static const struct file_operations w9966_fops = { |
187 | .owner = THIS_MODULE, | 187 | .owner = THIS_MODULE, |
188 | .open = video_exclusive_open, | 188 | .open = video_exclusive_open, |
189 | .release = video_exclusive_release, | 189 | .release = video_exclusive_release, |