[PATCH] Documentation: devres: add devm_regulator_* to the list ofmanaged interfaces

From: Axel Lin
Date: Tue Jan 31 2012 - 01:44:51 EST


Add devm_regulator_put() and devm_regulator_bulk_get() to the list of managed
interfaces.

Signed-off-by: Axel Lin <axel.lin@xxxxxxxxx>
---
Documentation/driver-model/devres.txt | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt
index b49829e..2a596a4 100644
--- a/Documentation/driver-model/devres.txt
+++ b/Documentation/driver-model/devres.txt
@@ -274,3 +274,5 @@ IOMAP

REGULATOR
devm_regulator_get()
+ devm_regulator_put()
+ devm_regulator_bulk_get()
--
1.7.5.4



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/