diff options
author | Alexander Kurz <akurz@blala.de> | 2016-04-21 19:02:04 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-04-28 07:16:54 -0600 |
commit | 2ea2dc87feb5778f6a4f58dec4ddce695e58e482 (patch) | |
tree | fcb802f9207ca5be9a4cf9262f47d1671a8b64cb /Documentation/driver-model/devres.txt | |
parent | e0a37712819cb0e942f165a3f88d85f7c6388219 (diff) | |
download | linux-stable-2ea2dc87feb5778f6a4f58dec4ddce695e58e482.tar.gz linux-stable-2ea2dc87feb5778f6a4f58dec4ddce695e58e482.tar.bz2 linux-stable-2ea2dc87feb5778f6a4f58dec4ddce695e58e482.zip |
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 <akurz@blala.de>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-model/devres.txt')
-rw-r--r-- | Documentation/driver-model/devres.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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() |