mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 15:11:31 +00:00
[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>
This commit is contained in:
parent
105534054f
commit
96278922f6
@ -927,7 +927,6 @@ static const struct v4l2_subdev_core_ops tvp7002_core_ops = {
|
||||
static const struct v4l2_subdev_video_ops tvp7002_video_ops = {
|
||||
.g_dv_timings = tvp7002_g_dv_timings,
|
||||
.s_dv_timings = tvp7002_s_dv_timings,
|
||||
.enum_dv_timings = tvp7002_enum_dv_timings,
|
||||
.query_dv_timings = tvp7002_query_dv_timings,
|
||||
.s_stream = tvp7002_s_stream,
|
||||
.g_mbus_fmt = tvp7002_mbus_fmt,
|
||||
|
Loading…
Reference in New Issue
Block a user