提交 a398eaa2 编写于 作者: M Mark Brown

regulator: Export regulator_is_supported_voltage()

It's part of the driver interface so should be available to modules.
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 93bcb23b
......@@ -1787,6 +1787,7 @@ int regulator_is_supported_voltage(struct regulator *regulator,
return 0;
}
EXPORT_SYMBOL_GPL(regulator_is_supported_voltage);
static int _regulator_do_set_voltage(struct regulator_dev *rdev,
int min_uV, int max_uV)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册