diff options
-rw-r--r-- | drivers/media/video/cx23885/cx23885-417.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885-417.c b/drivers/media/video/cx23885/cx23885-417.c index 428f0c45e6b7..2ea7181ae8fb 100644 --- a/drivers/media/video/cx23885/cx23885-417.c +++ b/drivers/media/video/cx23885/cx23885-417.c | |||
@@ -1677,6 +1677,7 @@ static struct v4l2_file_operations mpeg_fops = { | |||
1677 | .read = mpeg_read, | 1677 | .read = mpeg_read, |
1678 | .poll = mpeg_poll, | 1678 | .poll = mpeg_poll, |
1679 | .mmap = mpeg_mmap, | 1679 | .mmap = mpeg_mmap, |
1680 | .ioctl = video_ioctl2, | ||
1680 | }; | 1681 | }; |
1681 | 1682 | ||
1682 | static const struct v4l2_ioctl_ops mpeg_ioctl_ops = { | 1683 | static const struct v4l2_ioctl_ops mpeg_ioctl_ops = { |