Commit 4bdfb272 authored by Mark Brown's avatar Mark Brown

regulator: core: Add missing stub for regulator_get_exclusive()

Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 5ae90d8e
......@@ -211,6 +211,13 @@ static inline struct regulator *__must_check regulator_get(struct device *dev,
return NULL;
}
static inline struct regulator *__must_check
regulator_get_exclusive(struct device *dev, const char *id)
{
return NULL;
}
static inline struct regulator *__must_check
devm_regulator_get(struct device *dev, const char *id)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment