The patch number 9939 was added via Hans Verkuil <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
[email protected]
------
From: Hans Verkuil <[email protected]>
tuner: fix tuner_ioctl compile error if V4L1 ioctls are disabled.
Priority: normal
Signed-off-by: Hans Verkuil <[email protected]>
---
linux/drivers/media/video/tuner-core.c | 2 ++
1 file changed, 2 insertions(+)
diff -r 6241895c64f2 -r 991b650d20ce linux/drivers/media/video/tuner-core.c
--- a/linux/drivers/media/video/tuner-core.c Thu Dec 18 13:07:18 2008 -0200
+++ b/linux/drivers/media/video/tuner-core.c Fri Dec 19 11:07:56 2008 +0100
@@ -1118,7 +1118,9 @@ static const struct v4l2_subdev_core_ops
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 = {
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/991b650d20ce2e5ddb28d1f29f44ee74943972c5
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits