From b23b35445ec82cde8afac8ba86b57a66a5fa1734 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Thu, 3 Jul 2014 10:05:02 +0100 Subject: Documentation: devres: Add devm_kmalloc() et al Commit 64c862a83... added new alloc variants to the devres managed API. These should be included in the list of managed API found in devres.txt. Signed-off-by: Daniel Thompson Cc: Randy Dunlap Cc: Grant Likely Cc: Rob Herring Cc: Joe Perches Acked-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- Documentation/driver-model/devres.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Documentation/driver-model') diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt index de6bc8c325e9..034d32b00846 100644 --- a/Documentation/driver-model/devres.txt +++ b/Documentation/driver-model/devres.txt @@ -234,7 +234,10 @@ certainly invest a bit more effort into libata core layer). ----------------------------- MEM + devm_kmalloc() devm_kzalloc() + devm_kmalloc_array() + devm_kcalloc() devm_kfree() devm_kmemdup() devm_get_free_pages() -- cgit v1.2.3-59-g8ed1b