diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-v4l2.c')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-v4l2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-v4l2.c b/drivers/media/video/pvrusb2/pvrusb2-v4l2.c index bb40e9085977..6cf17080eb49 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-v4l2.c +++ b/drivers/media/video/pvrusb2/pvrusb2-v4l2.c | |||
@@ -986,7 +986,7 @@ static unsigned int pvr2_v4l2_poll(struct file *file, poll_table *wait) | |||
986 | } | 986 | } |
987 | 987 | ||
988 | 988 | ||
989 | static struct file_operations vdev_fops = { | 989 | static const struct file_operations vdev_fops = { |
990 | .owner = THIS_MODULE, | 990 | .owner = THIS_MODULE, |
991 | .open = pvr2_v4l2_open, | 991 | .open = pvr2_v4l2_open, |
992 | .release = pvr2_v4l2_release, | 992 | .release = pvr2_v4l2_release, |