diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-03-28 21:45:51 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 19:07:56 +0200 |
commit | cf8267ff100dd8466fe631f7172969945b654e3f (patch) | |
tree | ab0ab61eadf7ac945a1b9155aef002ebdbe0a188 /drivers/media/video/vivi.c | |
parent | V4L/DVB (7455): cx88_dvb: qam doesn't apply on Kword ATSC 120 (diff) | |
download | linux-cf8267ff100dd8466fe631f7172969945b654e3f.tar.xz linux-cf8267ff100dd8466fe631f7172969945b654e3f.zip |
V4L/DVB (7456): vivi: Add 32bit compatibility to the module
Thanks to Jiri Slaby <jirislaby@gmail.com> for pointing this issue.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/vivi.c')
-rw-r--r-- | drivers/media/video/vivi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c index 1db067c02815..0e623179f8a5 100644 --- a/drivers/media/video/vivi.c +++ b/drivers/media/video/vivi.c @@ -1182,6 +1182,7 @@ static const struct file_operations vivi_fops = { .read = vivi_read, .poll = vivi_poll, .ioctl = video_ioctl2, /* V4L2 ioctl handler */ + .compat_ioctl = v4l_compat_ioctl32, .mmap = vivi_mmap, .llseek = no_llseek, }; |