forked from Minki/linux
V4L/DVB (7090): V4L: stkwebcam: use v4l_compat_ioctl32
Signed-off-by: Jaime Velasco Juan <jsagarribay@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
1fdd61c022
commit
2de3a5a5c5
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user