summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Kaehlcke <matthias.list@kaehlcke.net>2013-08-25 15:54:13 (GMT)
committerMark Brown <broonie@linaro.org>2013-08-29 18:38:33 (GMT)
commit9efdd27678ef5e22c27c230a08a211b702768f3a (patch)
treec2a7d91b8786bdf1ac16635f02107fe99a6c4d7d /include
parent9e059bacecf1c46c1784cb6f6826f85629b4a1be (diff)
downloadlinux-fsl-qoriq-9efdd27678ef5e22c27c230a08a211b702768f3a.tar.xz
regulator: Add devm_regulator_get_exclusive()
Add a resource managed regulator_get_exclusive() Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/regulator/consumer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/regulator/consumer.h b/include/linux/regulator/consumer.h
index e2bac6d..91aca11 100644
--- a/include/linux/regulator/consumer.h
+++ b/include/linux/regulator/consumer.h
@@ -137,6 +137,8 @@ struct regulator *__must_check devm_regulator_get(struct device *dev,
const char *id);
struct regulator *__must_check regulator_get_exclusive(struct device *dev,
const char *id);
+struct regulator *__must_check devm_regulator_get_exclusive(struct device *dev,
+ const char *id);
struct regulator *__must_check regulator_get_optional(struct device *dev,
const char *id);
struct regulator *__must_check devm_regulator_get_optional(struct device *dev,