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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88-video.c b/drivers/media/video/cx88/cx88-video.c
index 2225d4b94140..ff4e7ed76b08 100644
--- a/drivers/media/video/cx88/cx88-video.c
+++ b/drivers/media/video/cx88/cx88-video.c
@@ -1226,7 +1226,7 @@ static int video_do_ioctl(struct inode *inode, struct file *file,
1226 struct v4l2_format *f = arg; 1226 struct v4l2_format *f = arg;
1227 return cx8800_try_fmt(dev,fh,f); 1227 return cx8800_try_fmt(dev,fh,f);
1228 } 1228 }
1229#ifdef HAVE_V4L1 1229#ifdef CONFIG_V4L1_COMPAT
1230 /* --- streaming capture ------------------------------------- */ 1230 /* --- streaming capture ------------------------------------- */
1231 case VIDIOCGMBUF: 1231 case VIDIOCGMBUF:
1232 { 1232 {
@@ -1585,7 +1585,7 @@ static int radio_do_ioctl(struct inode *inode, struct file *file,
1585 *id = 0; 1585 *id = 0;
1586 return 0; 1586 return 0;
1587 } 1587 }
1588#ifdef HAVE_V4L1 1588#ifdef CONFIG_V4L1_COMPAT
1589 case VIDIOCSTUNER: 1589 case VIDIOCSTUNER:
1590 { 1590 {
1591 struct video_tuner *v = arg; 1591 struct video_tuner *v = arg;