aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2012-05-25 11:30:18 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-07-06 17:13:48 -0400
commitfcbd504989739897db0c7bd1c3e55e42c1682e21 (patch)
tree35cc16cc75e0889ab1960b6fa551a2e8a99a63d5 /drivers/media
parent48d68801d7fe2cefd3963428917b74c93a69ff99 (diff)
[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>
Diffstat (limited to 'drivers/media')
-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 e3bc8f7fcff4..843ffd9e533b 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 =
1089 .read = mpeg_read, 1089 .read = mpeg_read,
1090 .poll = mpeg_poll, 1090 .poll = mpeg_poll,
1091 .mmap = mpeg_mmap, 1091 .mmap = mpeg_mmap,
1092 .ioctl = video_ioctl2, 1092 .unlocked_ioctl = video_ioctl2,
1093}; 1093};
1094 1094
1095static const struct v4l2_ioctl_ops mpeg_ioctl_ops = { 1095static const struct v4l2_ioctl_ops mpeg_ioctl_ops = {