]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/media/video/bw-qcam.c
Merge branch 'master' into tk71
[mv-sheeva.git] / drivers / media / video / bw-qcam.c
index 935e0c9a96744aa1e4f0cd3d443c8ee4c8b407d2..c1193506131c3a37e3c347a8703771a98f3938af 100644 (file)
@@ -860,7 +860,7 @@ static ssize_t qcam_read(struct file *file, char __user *buf,
 
 static const struct v4l2_file_operations qcam_fops = {
        .owner          = THIS_MODULE,
-       .ioctl          = video_ioctl2,
+       .unlocked_ioctl = video_ioctl2,
        .read           = qcam_read,
 };