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>
This commit is contained in:
Mauro Carvalho Chehab 2008-03-28 17:45:51 -03:00
parent 0b86755f57
commit cf8267ff10
1 changed files with 1 additions and 0 deletions

View File

@ -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,
};