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

Commit e0713552 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: Remove compat ioctl definition from vidc driver"

parents f6270d46 12bc9875
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -269,9 +269,6 @@ 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)