V4L/DVB (10110): v4l2-ioctl: Fix warnings when using .unlocked_ioctl = __video_ioctl2
[safe/jmp/linux-2.6] / drivers / media / video / v4l2-ioctl.c
index bef4286..b063381 100644 (file)
@@ -1852,7 +1852,7 @@ static int __video_do_ioctl(struct file *file,
        return ret;
 }
 
-int __video_ioctl2(struct file *file,
+long __video_ioctl2(struct file *file,
               unsigned int cmd, unsigned long arg)
 {
        char    sbuf[128];