aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-ioctl.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2008-06-25 05:32:44 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-20 06:12:23 -0400
commitadb65bc71c8fef53822870cc9018f05b11131233 (patch)
treee169680cdf319bc35b645b2735ec569980ef5e92 /drivers/media/video/cx18/cx18-ioctl.c
parentd8799b4699af008290e141804b40c5ebf3d7dc35 (diff)
V4L/DVB (8113): ivtv/cx18: remove s/g_ctrl, now all controls are handled through s/g_ext_ctrl
videodev converts old-style controls to an extended control so the ivtv and cx18 drivers no longer have to handle both. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx18/cx18-ioctl.c')
-rw-r--r--drivers/media/video/cx18/cx18-ioctl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/cx18/cx18-ioctl.c b/drivers/media/video/cx18/cx18-ioctl.c
index 017b13efc072..6eaf77b99e9d 100644
--- a/drivers/media/video/cx18/cx18-ioctl.c
+++ b/drivers/media/video/cx18/cx18-ioctl.c
@@ -819,8 +819,6 @@ void cx18_set_funcs(struct video_device *vdev)
819 vdev->vidioc_default = cx18_default; 819 vdev->vidioc_default = cx18_default;
820 vdev->vidioc_queryctrl = cx18_queryctrl; 820 vdev->vidioc_queryctrl = cx18_queryctrl;
821 vdev->vidioc_querymenu = cx18_querymenu; 821 vdev->vidioc_querymenu = cx18_querymenu;
822 vdev->vidioc_g_ctrl = cx18_g_ctrl;
823 vdev->vidioc_s_ctrl = cx18_s_ctrl;
824 vdev->vidioc_g_ext_ctrls = cx18_g_ext_ctrls; 822 vdev->vidioc_g_ext_ctrls = cx18_g_ext_ctrls;
825 vdev->vidioc_s_ext_ctrls = cx18_s_ext_ctrls; 823 vdev->vidioc_s_ext_ctrls = cx18_s_ext_ctrls;
826 vdev->vidioc_try_ext_ctrls = cx18_try_ext_ctrls; 824 vdev->vidioc_try_ext_ctrls = cx18_try_ext_ctrls;