From: Laurent Pinchart Date: Fri, 31 Jan 2014 11:51:18 +0000 (-0300) Subject: [media] s5p-tv: hdmiphy: Remove deprecated video-level DV timings operation X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e53a59dc55a53c2317271464c29c8989b76be20e;p=linux-beck.git [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 Reviewed-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- 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 = { 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, };