diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2017-06-29 04:59:19 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-07-19 14:56:41 -0400 |
commit | 568bdaddc324c0068f26bbe3d4dc57acb8e3286b (patch) | |
tree | 984367b93e28941ea6bae8823cf73f9692bddec2 /drivers/media/pci/cx18 | |
parent | 6bcc051691186188256ebde07e0777cebcaeda22 (diff) |
media: cx23885: add const to v4l2_file_operations structure
Declare v4l2_file_operations structure as const as it is only stored
in the fops field of video_device structure. This field is of type
const, so declare v4l2_file_operations structures with similar properties
as const.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/pci/cx18')
0 files changed, 0 insertions, 0 deletions