1
0
Fork 0

regulator: core: Add missing stub for regulator_get_exclusive()

Signed-off-by: Mark Brown <broonie@linaro.org>
hifive-unleashed-5.1
Mark Brown 2013-07-29 21:00:53 +01:00
parent 5ae90d8e46
commit 4bdfb2729c
1 changed files with 7 additions and 0 deletions

View File

@ -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)
{