提交 4bdfb272 编写于 作者: M Mark Brown

regulator: core: Add missing stub for regulator_get_exclusive()

Signed-off-by: NMark Brown <broonie@linaro.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册