From: Alexander Kurz Date: Thu, 21 Apr 2016 17:02:04 +0000 (+0200) Subject: Documentation: devres: Add missing INPUT function X-Git-Tag: v4.7-rc1~112^2~17 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2ea2dc87feb5778f6a4f58dec4ddce695e58e482;p=karo-tx-linux.git Documentation: devres: Add missing INPUT function devm_input_allocate_device() got introduced with commit 2be975c6d920 ("Input: introduce managed input devices (add devres support)"). Add this function to the list of managed interfaces within the devres documentation. Signed-off-by: Alexander Kurz Acked-by: Tejun Heo Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt index 73b98dfbcea4..25e8f3ea3b80 100644 --- a/Documentation/driver-model/devres.txt +++ b/Documentation/driver-model/devres.txt @@ -268,6 +268,9 @@ IIO devm_iio_trigger_alloc() devm_iio_trigger_free() +INPUT + devm_input_allocate_device() + IO region devm_release_mem_region() devm_release_region()