diff options
Diffstat (limited to 'drivers/media/video/stv680.c')
-rw-r--r-- | drivers/media/video/stv680.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/stv680.c b/drivers/media/video/stv680.c index a1ec3aca3f91..bf3aa8d2d57e 100644 --- a/drivers/media/video/stv680.c +++ b/drivers/media/video/stv680.c | |||
@@ -1380,7 +1380,7 @@ static ssize_t stv680_read (struct file *file, char __user *buf, | |||
1380 | return realcount; | 1380 | return realcount; |
1381 | } /* stv680_read */ | 1381 | } /* stv680_read */ |
1382 | 1382 | ||
1383 | static struct file_operations stv680_fops = { | 1383 | static const struct file_operations stv680_fops = { |
1384 | .owner = THIS_MODULE, | 1384 | .owner = THIS_MODULE, |
1385 | .open = stv_open, | 1385 | .open = stv_open, |
1386 | .release = stv_close, | 1386 | .release = stv_close, |