Skip to content

Commit

Permalink
Documentation: devres: add allocation functions to list of supported …
Browse files Browse the repository at this point in the history
…calls

Signed-off-by: Wolfram Sang <[email protected]>
Acked-by: Grant Likely <[email protected]>
Acked-by: Tejun Heo <[email protected]>
Cc: Randy Dunlap <[email protected]>
Cc: Greg KH <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Wolfram Sang authored and gregkh committed Jan 24, 2012
1 parent b10d5ef commit 543f43c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/driver-model/devres.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ certainly invest a bit more effort into libata core layer).
6. List of managed interfaces
-----------------------------

MEM
devm_kzalloc()
devm_kfree()

IO region
devm_request_region()
devm_request_mem_region()
Expand Down

0 comments on commit 543f43c

Please sign in to comment.