From: Daniel Thompson Date: Thu, 3 Jul 2014 09:05:02 +0000 (+0100) Subject: Documentation: devres: Add devm_kmalloc() et al X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b23b35445ec82cde8afac8ba86b57a66a5fa1734;p=linux-beck.git 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 --- 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()