diff options
author | Wolfram Sang <[email protected]> | 2012-01-15 13:31:46 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2012-01-24 10:47:42 -0800 |
commit | 543f43ce87c45220a8ffbff5ff4b60122499ce5f (patch) | |
tree | eba6a09cd9694315a348e61bc096dc39e57aac9a | |
parent | b10d5efdf7892d18b3b7d899edce2c8d9b80aea9 (diff) |
Documentation: devres: add allocation functions to list of supported 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]>
-rw-r--r-- | Documentation/driver-model/devres.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt index 10c64c8a13d4..41c0c5d1ba14 100644 --- a/Documentation/driver-model/devres.txt +++ b/Documentation/driver-model/devres.txt @@ -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() |