Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e53a59dc authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 9e824409
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,
};