Skip to content

Commit

Permalink
V4L/DVB (7090): V4L: stkwebcam: use v4l_compat_ioctl32
Browse files Browse the repository at this point in the history
Signed-off-by: Jaime Velasco Juan <jsagarribay@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Jaime Velasco Juan authored and Mauro Carvalho Chehab committed Feb 18, 2008
1 parent 1fdd61c commit 2de3a5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/media/video/stk-webcam.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit 2de3a5a

Please sign in to comment.