On 02/05/14 17:42, Laurent Pinchart wrote: > The video enum_dv_timings and dv_timings_cap operations are deprecated > and unused. Remove them. FYI: after this the adv7604 fails to compile since it is still using the video ops. You should move the patches that convert the adv7604 before this patch. Regards, Hans > > Signed-off-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > include/media/v4l2-subdev.h | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h > index 2c7355a..ddea899 100644 > --- a/include/media/v4l2-subdev.h > +++ b/include/media/v4l2-subdev.h > @@ -326,12 +326,8 @@ struct v4l2_subdev_video_ops { > struct v4l2_dv_timings *timings); > int (*g_dv_timings)(struct v4l2_subdev *sd, > struct v4l2_dv_timings *timings); > - int (*enum_dv_timings)(struct v4l2_subdev *sd, > - struct v4l2_enum_dv_timings *timings); > int (*query_dv_timings)(struct v4l2_subdev *sd, > struct v4l2_dv_timings *timings); > - int (*dv_timings_cap)(struct v4l2_subdev *sd, > - struct v4l2_dv_timings_cap *cap); > int (*enum_mbus_fmt)(struct v4l2_subdev *sd, unsigned int index, > enum v4l2_mbus_pixelcode *code); > int (*enum_mbus_fsizes)(struct v4l2_subdev *sd, > -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html