media: cx18: make v4l2_file_operations const
authorBhumika Goyal <bhumirks@gmail.com>
Sat, 26 Aug 2017 06:02:08 +0000 (02:02 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 27 Aug 2017 12:45:49 +0000 (08:45 -0400)
Make this const as it is only stored in a const field of a
video_device structure.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/pci/cx18/cx18-streams.c

index 81d06c1..8385411 100644 (file)
@@ -31,7 +31,7 @@
 
 #define CX18_DSP0_INTERRUPT_MASK       0xd0004C
 
-static struct v4l2_file_operations cx18_v4l2_enc_fops = {
+static const struct v4l2_file_operations cx18_v4l2_enc_fops = {
        .owner = THIS_MODULE,
        .read = cx18_v4l2_read,
        .open = cx18_v4l2_open,