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)
commite66fb184e749d70358df0e849e5f6ca2b5dabfc9
tree500a59c80612e2916d17713622dfb29f6dffc5cd
parent868449422081f8f4b5d2969709c0aa9021184167
media: cx18: make v4l2_file_operations const

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