diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/tuner-core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-core.c b/drivers/media/video/tuner-core.c index 22cf0c48b450..694087bfa77d 100644 --- a/drivers/media/video/tuner-core.c +++ b/drivers/media/video/tuner-core.c | |||
@@ -1112,7 +1112,9 @@ static int tuner_resume(struct i2c_client *c) | |||
1112 | static const struct v4l2_subdev_core_ops tuner_core_ops = { | 1112 | static const struct v4l2_subdev_core_ops tuner_core_ops = { |
1113 | .log_status = tuner_log_status, | 1113 | .log_status = tuner_log_status, |
1114 | .s_standby = tuner_s_standby, | 1114 | .s_standby = tuner_s_standby, |
1115 | #ifdef CONFIG_VIDEO_ALLOW_V4L1 | ||
1115 | .ioctl = tuner_ioctl, | 1116 | .ioctl = tuner_ioctl, |
1117 | #endif | ||
1116 | }; | 1118 | }; |
1117 | 1119 | ||
1118 | static const struct v4l2_subdev_tuner_ops tuner_tuner_ops = { | 1120 | static const struct v4l2_subdev_tuner_ops tuner_tuner_ops = { |