mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
V4L/DVB (9939): tuner: fix tuner_ioctl compile error if V4L1 ioctls are disabled.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
55d81aa5c1
commit
49dd1315fa
@ -1112,7 +1112,9 @@ static int tuner_resume(struct i2c_client *c)
|
||||
static const struct v4l2_subdev_core_ops tuner_core_ops = {
|
||||
.log_status = tuner_log_status,
|
||||
.s_standby = tuner_s_standby,
|
||||
#ifdef CONFIG_VIDEO_ALLOW_V4L1
|
||||
.ioctl = tuner_ioctl,
|
||||
#endif
|
||||
};
|
||||
|
||||
static const struct v4l2_subdev_tuner_ops tuner_tuner_ops = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user