aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2014-01-31 06:51:18 -0500
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-05-25 11:46:47 -0400
commit96278922f672ec44185a479bcb01f0c9c54a7896 (patch)
tree6ad42e28efdeb65aa2d4e65c8df29044c2745c62 /drivers/media/i2c
parent105534054f03e8d91df6b1d63f7209cf797e5d59 (diff)
[media] tvp7002: Remove deprecated video-level DV timings operations
The video enum_dv_timings and dv_timings_cap operations are deprecated and unused. Remove them. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r--drivers/media/i2c/tvp7002.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/i2c/tvp7002.c b/drivers/media/i2c/tvp7002.c
index 019dbcf505bf..11f2387e1dab 100644
--- a/drivers/media/i2c/tvp7002.c
+++ b/drivers/media/i2c/tvp7002.c
@@ -927,7 +927,6 @@ static const struct v4l2_subdev_core_ops tvp7002_core_ops = {
927static const struct v4l2_subdev_video_ops tvp7002_video_ops = { 927static const struct v4l2_subdev_video_ops tvp7002_video_ops = {
928 .g_dv_timings = tvp7002_g_dv_timings, 928 .g_dv_timings = tvp7002_g_dv_timings,
929 .s_dv_timings = tvp7002_s_dv_timings, 929 .s_dv_timings = tvp7002_s_dv_timings,
930 .enum_dv_timings = tvp7002_enum_dv_timings,
931 .query_dv_timings = tvp7002_query_dv_timings, 930 .query_dv_timings = tvp7002_query_dv_timings,
932 .s_stream = tvp7002_s_stream, 931 .s_stream = tvp7002_s_stream,
933 .g_mbus_fmt = tvp7002_mbus_fmt, 932 .g_mbus_fmt = tvp7002_mbus_fmt,