Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa17d087 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Add support for compat IOCTL"

parents ece39675 3b2b28da
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -276,6 +276,9 @@ static const struct v4l2_file_operations msm_v4l2_vidc_fops = {
	.release = msm_v4l2_close,
	.ioctl = video_ioctl2,
	.poll = msm_v4l2_poll,
#ifdef CONFIG_COMPAT
	.compat_ioctl32 = v4l2_compat_ioctl32,
#endif
};

void msm_vidc_release_video_device(struct video_device *pvdev)