]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
[media] s5p-tv: hdmiphy: Remove deprecated video-level DV timings operation
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 31 Jan 2014 11:51:18 +0000 (08:51 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Sun, 25 May 2014 15:45:52 +0000 (12:45 -0300)
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>
drivers/media/platform/s5p-tv/hdmiphy_drv.c

index ff22320eb172c5f943fb08c15ab6390fd8b81d95..c2f2e35642f2286054274a69bf43978be003aece 100644 (file)
@@ -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,
 };