summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2012-05-25 15:30:18 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-07-06 21:13:48 (GMT)
commitfcbd504989739897db0c7bd1c3e55e42c1682e21 (patch)
tree35cc16cc75e0889ab1960b6fa551a2e8a99a63d5
parent48d68801d7fe2cefd3963428917b74c93a69ff99 (diff)
downloadlinux-fsl-qoriq-fcbd504989739897db0c7bd1c3e55e42c1682e21.tar.xz
[media] cx88-blackbird: replace ioctl by unlocked_ioctl
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/cx88/cx88-blackbird.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-blackbird.c b/drivers/media/video/cx88/cx88-blackbird.c
index e3bc8f7..843ffd9 100644
--- a/drivers/media/video/cx88/cx88-blackbird.c
+++ b/drivers/media/video/cx88/cx88-blackbird.c
@@ -1089,7 +1089,7 @@ static const struct v4l2_file_operations mpeg_fops =
.read = mpeg_read,
.poll = mpeg_poll,
.mmap = mpeg_mmap,
- .ioctl = video_ioctl2,
+ .unlocked_ioctl = video_ioctl2,
};
static const struct v4l2_ioctl_ops mpeg_ioctl_ops = {