V4L/DVB (12521): soc-camera: use .s_std() from struct v4l2_subdev_core_ops
Remove .set_std() method from struct soc_camera_ops, use .s_std() from struct v4l2_subdev_core_ops instead. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
cca0e54905
commit
a12222a73e
@@ -190,7 +190,6 @@ struct soc_camera_ops {
|
||||
int (*set_bus_param)(struct soc_camera_device *, unsigned long);
|
||||
int (*get_chip_id)(struct soc_camera_device *,
|
||||
struct v4l2_dbg_chip_ident *);
|
||||
int (*set_std)(struct soc_camera_device *, v4l2_std_id *);
|
||||
int (*enum_input)(struct soc_camera_device *, struct v4l2_input *);
|
||||
const struct v4l2_queryctrl *controls;
|
||||
int num_controls;
|
||||
|
Reference in New Issue
Block a user