diff options
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | 2020-02-27 14:52:25 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-04-19 17:56:37 +0200 |
commit | fc1f75a0347aecc8b967c8c154564f520d6f4412 (patch) | |
tree | 25af3476d86aa49cbd47fde2099cb38562776290 /Documentation/driver-api | |
parent | iio: core: drop devm_iio_trigger_free() API call (diff) | |
download | linux-fc1f75a0347aecc8b967c8c154564f520d6f4412.tar.xz linux-fc1f75a0347aecc8b967c8c154564f520d6f4412.zip |
iio: inkern: drop devm_iio_channel_release{_all} API calls
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')
-rw-r--r-- | Documentation/driver-api/driver-model/devres.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/driver-api/driver-model/devres.rst b/Documentation/driver-api/driver-model/devres.rst index 6c401c74e480..10ccebe9f7c1 100644 --- a/Documentation/driver-api/driver-model/devres.rst +++ b/Documentation/driver-api/driver-model/devres.rst @@ -291,9 +291,7 @@ IIO devm_iio_trigger_alloc() devm_iio_trigger_register() devm_iio_channel_get() - devm_iio_channel_release() devm_iio_channel_get_all() - devm_iio_channel_release_all() INPUT devm_input_allocate_device() |