mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[media] s5p-tv: hdmiphy: Remove deprecated video-level DV timings operation
The video enum_dv_timings operation is deprecated and unused. Remove it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
9e82440934
commit
e53a59dc55
1 changed files with 0 additions and 1 deletions
|
@ -262,7 +262,6 @@ static const struct v4l2_subdev_core_ops hdmiphy_core_ops = {
|
|||
|
||||
static const struct v4l2_subdev_video_ops hdmiphy_video_ops = {
|
||||
.s_dv_timings = hdmiphy_s_dv_timings,
|
||||
.dv_timings_cap = hdmiphy_dv_timings_cap,
|
||||
.s_stream = hdmiphy_s_stream,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue