diff options
Diffstat (limited to 'drivers/usb/media/ov511.c')
-rw-r--r-- | drivers/usb/media/ov511.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/media/ov511.c b/drivers/usb/media/ov511.c index 3a0e8ce67ebe..8af665bbe330 100644 --- a/drivers/usb/media/ov511.c +++ b/drivers/usb/media/ov511.c | |||
@@ -4774,6 +4774,7 @@ static struct file_operations ov511_fops = { | |||
4774 | .read = ov51x_v4l1_read, | 4774 | .read = ov51x_v4l1_read, |
4775 | .mmap = ov51x_v4l1_mmap, | 4775 | .mmap = ov51x_v4l1_mmap, |
4776 | .ioctl = ov51x_v4l1_ioctl, | 4776 | .ioctl = ov51x_v4l1_ioctl, |
4777 | .compat_ioctl = v4l_compat_ioctl32, | ||
4777 | .llseek = no_llseek, | 4778 | .llseek = no_llseek, |
4778 | }; | 4779 | }; |
4779 | 4780 | ||