diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-09 22:03:58 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-09 22:03:58 +0100 |
commit | f17578decc40df8fceff82b106582e30bdfb3189 (patch) | |
tree | 911a435a2094ac03ae649f020237674224e4124a /drivers/usb/media/ov511.c | |
parent | [PATCH] Fix more "if ((err = foo() < 0))" typos (diff) | |
parent | V4L/DVB (3336): Bluebird firmware hosting moved to common dvb firmware dir on... (diff) | |
download | linux-f17578decc40df8fceff82b106582e30bdfb3189.tar.xz linux-f17578decc40df8fceff82b106582e30bdfb3189.zip |
Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb
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 = { .read = ov51x_v4l1_read, .mmap = ov51x_v4l1_mmap, .ioctl = ov51x_v4l1_ioctl, + .compat_ioctl = v4l_compat_ioctl32, .llseek = no_llseek, }; |