提交 b23b3544 编写于 作者: D Daniel Thompson 提交者: Greg Kroah-Hartman

Documentation: devres: Add devm_kmalloc() et al

Commit 64c862a8... 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: NDaniel Thompson <daniel.thompson@linaro.org>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Grant Likely <grant.likely@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Joe Perches <joe@perches.com>
Acked-by: NTejun Heo <tj@kernel.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 88e412ea
......@@ -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()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册