diff options
Diffstat (limited to 'drivers/usb/media/stv680.c')
-rw-r--r-- | drivers/usb/media/stv680.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/media/stv680.c b/drivers/usb/media/stv680.c index 774038b352cd..b497a6a0a206 100644 --- a/drivers/usb/media/stv680.c +++ b/drivers/usb/media/stv680.c | |||
@@ -1343,6 +1343,7 @@ static struct file_operations stv680_fops = { | |||
1343 | .read = stv680_read, | 1343 | .read = stv680_read, |
1344 | .mmap = stv680_mmap, | 1344 | .mmap = stv680_mmap, |
1345 | .ioctl = stv680_ioctl, | 1345 | .ioctl = stv680_ioctl, |
1346 | .compat_ioctl = v4l_compat_ioctl32, | ||
1346 | .llseek = no_llseek, | 1347 | .llseek = no_llseek, |
1347 | }; | 1348 | }; |
1348 | static struct video_device stv680_template = { | 1349 | static struct video_device stv680_template = { |