1
0
Fork 0

Documentation: devres: Add missing INPUT function

devm_input_allocate_device() got introduced with commit 2be975c6d9
("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>
steinar/wifi_calib_4_9_kernel
Alexander Kurz 2016-04-21 19:02:04 +02:00 committed by Jonathan Corbet
parent e0a3771281
commit 2ea2dc87fe
1 changed files with 3 additions and 0 deletions

View File

@ -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()