|
@@ -23,7 +23,6 @@ struct iio_trigger;
|
|
|
|
|
|
/**
|
|
|
* struct iio_trigger_ops - operations structure for an iio_trigger.
|
|
|
- * @owner: used to monitor usage count of the trigger.
|
|
|
* @set_trigger_state: switch on/off the trigger on demand
|
|
|
* @try_reenable: function to reenable the trigger when the
|
|
|
* use count is zero (may be NULL)
|
|
@@ -34,7 +33,6 @@ struct iio_trigger;
|
|
|
* instances of a given device.
|
|
|
**/
|
|
|
struct iio_trigger_ops {
|
|
|
- struct module *owner;
|
|
|
int (*set_trigger_state)(struct iio_trigger *trig, bool state);
|
|
|
int (*try_reenable)(struct iio_trigger *trig);
|
|
|
int (*validate_device)(struct iio_trigger *trig,
|