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

Commit 2de3a5a5 authored by Jaime Velasco Juan's avatar Jaime Velasco Juan Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (7090): V4L: stkwebcam: use v4l_compat_ioctl32

parent 1fdd61c0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1314,6 +1314,9 @@ static struct file_operations v4l_stk_fops = {
	.poll = v4l_stk_poll,
	.mmap = v4l_stk_mmap,
	.ioctl = video_ioctl2,
#ifdef CONFIG_COMPAT
	.compat_ioctl = v4l_compat_ioctl32,
#endif
	.llseek = no_llseek
};