On Mon, 12 Jun 2017 18:16:56 +0200 Lars-Peter Clausen <lars@xxxxxxxxxx> wrote: > On 05/29/2017 05:51 PM, Jonathan Cameron wrote: > > diff --git a/include/linux/iio/trigger.h b/include/linux/iio/trigger.h > > index 2e1800ad265b..ff2b7c7a9652 100644 > > --- a/include/linux/iio/trigger.h > > +++ b/include/linux/iio/trigger.h > > @@ -34,7 +34,6 @@ struct iio_trigger; > > Update to the kernel-doc is missing here. Just so I don't forget. This patch also needs to remove the bit of code that insists there is an iio_trigger_ops so that the owner field can be read. Will do a new version, perhaps tomorrow. Thanks, Jonathan > > > * 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, > > > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html