summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/iio
diff options
context:
space:
mode:
authorAlexandru Ardelean <alexandru.ardelean@analog.com>2020-02-27 15:52:23 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-04-19 16:56:36 +0100
commit83381c9803a00d534f32ab52ed91588601eba43f (patch)
tree762420d5898cd65a6e4f6f7e83ad895b90a6cd66 /Documentation/driver-api/iio
parent66be392a48f9d5256b4ba582ff06303fe97b5ca2 (diff)
downloadlinux-stable-83381c9803a00d534f32ab52ed91588601eba43f.tar.gz
linux-stable-83381c9803a00d534f32ab52ed91588601eba43f.tar.bz2
linux-stable-83381c9803a00d534f32ab52ed91588601eba43f.zip
iio: core: drop devm_iio_trigger_unregister() API call
It's unused so far, so it can be removed. Also makes sense to remove it to discourage weird uses of this call during review. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/driver-api/iio')
-rw-r--r--Documentation/driver-api/iio/triggers.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/driver-api/iio/triggers.rst b/Documentation/driver-api/iio/triggers.rst
index 5c2156de6284..160faa810d12 100644
--- a/Documentation/driver-api/iio/triggers.rst
+++ b/Documentation/driver-api/iio/triggers.rst
@@ -6,7 +6,6 @@ Triggers
* :c:func:`devm_iio_trigger_alloc` — Resource-managed iio_trigger_alloc
* :c:func:`devm_iio_trigger_free` — Resource-managed iio_trigger_free
* :c:func:`devm_iio_trigger_register` — Resource-managed iio_trigger_register
-* :c:func:`devm_iio_trigger_unregister` — Resource-managed
iio_trigger_unregister
* :c:func:`iio_trigger_validate_own_device` — Check if a trigger and IIO
device belong to the same device