diff options
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | 2020-02-27 14:52:22 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-04-19 17:56:36 +0200 |
commit | 66be392a48f9d5256b4ba582ff06303fe97b5ca2 (patch) | |
tree | 6e82e7b85fb1efa27151ca97f5f0f2c6361696ba /Documentation/driver-api | |
parent | iio: core: drop devm_iio_triggered_buffer_cleanup() API call (diff) | |
download | linux-66be392a48f9d5256b4ba582ff06303fe97b5ca2.tar.xz linux-66be392a48f9d5256b4ba582ff06303fe97b5ca2.zip |
iio: core: drop devm_iio_device_free() 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.
This is the last user of 'devm_iio_device_match()', so it can be removed as
well in this patch.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/driver-api/driver-model/devres.rst b/Documentation/driver-api/driver-model/devres.rst index 1431d5e44abc..6ae6c67dfec0 100644 --- a/Documentation/driver-api/driver-model/devres.rst +++ b/Documentation/driver-api/driver-model/devres.rst @@ -284,7 +284,6 @@ I2C IIO devm_iio_device_alloc() - devm_iio_device_free() devm_iio_device_register() devm_iio_kfifo_allocate() devm_iio_kfifo_free() |