]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Documentation: devres: Add missing INPUT function
authorAlexander Kurz <akurz@blala.de>
Thu, 21 Apr 2016 17:02:04 +0000 (19:02 +0200)
committerJonathan Corbet <corbet@lwn.net>
Thu, 28 Apr 2016 13:16:54 +0000 (07:16 -0600)
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>
Documentation/driver-model/devres.txt

index 73b98dfbcea49a0d97b81583263a8e5944a3e7df..25e8f3ea3b80b1b793b447963d5433a6d721c768 100644 (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()