[media] tm6000: change from ioctl to unlocked_ioctl
authorStefan Ringel <stefan.ringel@arcor.de>
Mon, 9 May 2011 19:54:01 +0000 (16:54 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 20 May 2011 23:08:13 +0000 (20:08 -0300)
Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/tm6000/tm6000-video.c

index ea5ad6c..2d83204 100644 (file)
@@ -1666,10 +1666,10 @@ static struct video_device tm6000_template = {
 };
 
 static const struct v4l2_file_operations radio_fops = {
-       .owner    = THIS_MODULE,
-       .open     = tm6000_open,
-       .release  = tm6000_release,
-       .ioctl    = video_ioctl2,
+       .owner          = THIS_MODULE,
+       .open           = tm6000_open,
+       .release        = tm6000_release,
+       .unlocked_ioctl = video_ioctl2,
 };
 
 static const struct v4l2_ioctl_ops radio_ioctl_ops = {