media: staging: omap4iss: make v4l2_file_operations const
authorBhumika Goyal <bhumirks@gmail.com>
Sat, 26 Aug 2017 06:15:53 +0000 (02:15 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 27 Aug 2017 12:46:23 +0000 (08:46 -0400)
commitcd3bef00c2528666c30a71c0cc9175721db9f9d1
treebab073b5dfdf728da1d731e4f2a307deaea4b592
parentfe9619a7b583b5d5d9d7fc64c83e498e8f814696
media: staging: omap4iss: 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/staging/media/omap4iss/iss_video.c