staging:iio:docs: drop reference to setting trig_ops->owner

Whilst these docs have lots of other flaws, this element is definitely
no longer true.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
This commit is contained in:
Jonathan Cameron 2017-07-23 17:26:26 +01:00 committed by Jonathan Cameron
parent 7090992708
commit e838494e0b
1 changed files with 0 additions and 4 deletions

View File

@ -10,10 +10,6 @@ struct iio_trig *trig = iio_trigger_alloc("<trigger format string>", ...);
allocates a trigger structure. The key elements to then fill in within
a driver are:
trig->owner
Typically set to THIS_MODULE. Used to ensure correct
ownership of core allocated resources.
trig->set_trigger_state:
Function that enables / disables the underlying source of the trigger.