mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 15:13:52 +00:00
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>
This commit is contained in:
parent
fe9619a7b5
commit
cd3bef00c2
@ -1199,7 +1199,7 @@ static int iss_video_mmap(struct file *file, struct vm_area_struct *vma)
|
||||
return vb2_mmap(&vfh->queue, vma);
|
||||
}
|
||||
|
||||
static struct v4l2_file_operations iss_video_fops = {
|
||||
static const struct v4l2_file_operations iss_video_fops = {
|
||||
.owner = THIS_MODULE,
|
||||
.unlocked_ioctl = video_ioctl2,
|
||||
.open = iss_video_open,
|
||||
|
Loading…
Reference in New Issue
Block a user