diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2014-01-31 06:51:18 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-05-25 11:45:52 -0400 |
commit | e53a59dc55a53c2317271464c29c8989b76be20e (patch) | |
tree | 58c01dade2473959173d2eae0bf97f42d22bb2be | |
parent | 9e824409342183e3388a0880b85a079121d2f497 (diff) |
[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>
-rw-r--r-- | drivers/media/platform/s5p-tv/hdmiphy_drv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/s5p-tv/hdmiphy_drv.c b/drivers/media/platform/s5p-tv/hdmiphy_drv.c index ff22320eb172..c2f2e35642f2 100644 --- a/drivers/media/platform/s5p-tv/hdmiphy_drv.c +++ b/drivers/media/platform/s5p-tv/hdmiphy_drv.c | |||
@@ -262,7 +262,6 @@ static const struct v4l2_subdev_core_ops hdmiphy_core_ops = { | |||
262 | 262 | ||
263 | static const struct v4l2_subdev_video_ops hdmiphy_video_ops = { | 263 | static const struct v4l2_subdev_video_ops hdmiphy_video_ops = { |
264 | .s_dv_timings = hdmiphy_s_dv_timings, | 264 | .s_dv_timings = hdmiphy_s_dv_timings, |
265 | .dv_timings_cap = hdmiphy_dv_timings_cap, | ||
266 | .s_stream = hdmiphy_s_stream, | 265 | .s_stream = hdmiphy_s_stream, |
267 | }; | 266 | }; |
268 | 267 | ||