|
@@ -184,8 +184,6 @@ struct v4l2_subdev_io_pin_config {
|
|
|
* for it to be warned when the value of a control changes.
|
|
|
*
|
|
|
* @unsubscribe_event: remove event subscription from the control framework.
|
|
|
- *
|
|
|
- * @registered_async: the subdevice has been registered async.
|
|
|
*/
|
|
|
struct v4l2_subdev_core_ops {
|
|
|
int (*log_status)(struct v4l2_subdev *sd);
|
|
@@ -211,7 +209,6 @@ struct v4l2_subdev_core_ops {
|
|
|
struct v4l2_event_subscription *sub);
|
|
|
int (*unsubscribe_event)(struct v4l2_subdev *sd, struct v4l2_fh *fh,
|
|
|
struct v4l2_event_subscription *sub);
|
|
|
- int (*registered_async)(struct v4l2_subdev *sd);
|
|
|
};
|
|
|
|
|
|
/**
|