aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-video.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx88/cx88-video.c')
-rw-r--r--drivers/media/video/cx88/cx88-video.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/media/video/cx88/cx88-video.c b/drivers/media/video/cx88/cx88-video.c
index d9249e5a04c9..508dabbed986 100644
--- a/drivers/media/video/cx88/cx88-video.c
+++ b/drivers/media/video/cx88/cx88-video.c
@@ -1156,15 +1156,6 @@ static int vidioc_enum_fmt_vid_cap (struct file *file, void *priv,
1156 return 0; 1156 return 0;
1157} 1157}
1158 1158
1159#ifdef CONFIG_VIDEO_V4L1_COMPAT
1160static int vidiocgmbuf (struct file *file, void *priv, struct video_mbuf *mbuf)
1161{
1162 struct cx8800_fh *fh = priv;
1163
1164 return videobuf_cgmbuf (get_queue(fh), mbuf, 8);
1165}
1166#endif
1167
1168static int vidioc_reqbufs (struct file *file, void *priv, struct v4l2_requestbuffers *p) 1159static int vidioc_reqbufs (struct file *file, void *priv, struct v4l2_requestbuffers *p)
1169{ 1160{
1170 struct cx8800_fh *fh = priv; 1161 struct cx8800_fh *fh = priv;
@@ -1706,9 +1697,6 @@ static const struct v4l2_ioctl_ops video_ioctl_ops = {
1706 .vidioc_s_ctrl = vidioc_s_ctrl, 1697 .vidioc_s_ctrl = vidioc_s_ctrl,
1707 .vidioc_streamon = vidioc_streamon, 1698 .vidioc_streamon = vidioc_streamon,
1708 .vidioc_streamoff = vidioc_streamoff, 1699 .vidioc_streamoff = vidioc_streamoff,
1709#ifdef CONFIG_VIDEO_V4L1_COMPAT
1710 .vidiocgmbuf = vidiocgmbuf,
1711#endif
1712 .vidioc_g_tuner = vidioc_g_tuner, 1700 .vidioc_g_tuner = vidioc_g_tuner,
1713 .vidioc_s_tuner = vidioc_s_tuner, 1701 .vidioc_s_tuner = vidioc_s_tuner,
1714 .vidioc_g_frequency = vidioc_g_frequency, 1702 .vidioc_g_frequency = vidioc_g_frequency,