diff options
Diffstat (limited to 'drivers/media/video/zoran_procfs.c')
-rw-r--r-- | drivers/media/video/zoran_procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/zoran_procfs.c b/drivers/media/video/zoran_procfs.c index c374c76b3753..446ae8d5c3df 100644 --- a/drivers/media/video/zoran_procfs.c +++ b/drivers/media/video/zoran_procfs.c | |||
@@ -186,7 +186,7 @@ static ssize_t zoran_write(struct file *file, const char __user *buffer, | |||
186 | return count; | 186 | return count; |
187 | } | 187 | } |
188 | 188 | ||
189 | static struct file_operations zoran_operations = { | 189 | static const struct file_operations zoran_operations = { |
190 | .open = zoran_open, | 190 | .open = zoran_open, |
191 | .read = seq_read, | 191 | .read = seq_read, |
192 | .write = zoran_write, | 192 | .write = zoran_write, |