diff options
Diffstat (limited to 'drivers/media/video/arv.c')
-rw-r--r-- | drivers/media/video/arv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/arv.c b/drivers/media/video/arv.c index 881cdcb1875d..7d5a068353f2 100644 --- a/drivers/media/video/arv.c +++ b/drivers/media/video/arv.c | |||
@@ -749,6 +749,7 @@ static struct file_operations ar_fops = { | |||
749 | .release = video_exclusive_release, | 749 | .release = video_exclusive_release, |
750 | .read = ar_read, | 750 | .read = ar_read, |
751 | .ioctl = ar_ioctl, | 751 | .ioctl = ar_ioctl, |
752 | .compat_ioctl = v4l_compat_ioctl32, | ||
752 | .llseek = no_llseek, | 753 | .llseek = no_llseek, |
753 | }; | 754 | }; |
754 | 755 | ||