From: Oleksandr Kravchenko Date: Tue, 23 Jul 2013 08:39:00 +0000 (+0100) Subject: Documentation: devres: add IIO device alloc/free functions to list X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=224b995a88aacbe638b3282a674af5e9082bb770;p=linux-beck.git Documentation: devres: add IIO device alloc/free functions to list Add devm_iio_device_alloc() and devm_iio_device_free() functions to list of supported calls. Signed-off-by: Oleksandr Kravchenko Signed-off-by: Jonathan Cameron --- diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt index b4671459857f..1d3233292989 100644 --- a/Documentation/driver-model/devres.txt +++ b/Documentation/driver-model/devres.txt @@ -237,6 +237,10 @@ MEM devm_kzalloc() devm_kfree() +IIO + devm_iio_device_alloc() + devm_iio_device_free() + IO region devm_request_region() devm_request_mem_region()