提交 7da98aaf 编写于 作者: A Axel Lin 提交者: Mark Brown

regulator: act8865: Remove set_suspend_[en|dis]able implementation

There is no suspend enable/disable settings mentioned in datasheet,
so just don't implement .set_suspend_[en|dis]able callbacks.
Signed-off-by: NAxel Lin <axel.lin@ingics.com>
Signed-off-by: NMark Brown <broonie@linaro.org>
上级 d5e17e26
......@@ -85,8 +85,6 @@ static struct regulator_ops act8865_ops = {
.enable = regulator_enable_regmap,
.disable = regulator_disable_regmap,
.is_enabled = regulator_is_enabled_regmap,
.set_suspend_enable = regulator_enable_regmap,
.set_suspend_disable = regulator_disable_regmap,
};
static const struct regulator_desc act8865_reg[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册