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: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
Axel Lin 2013-12-25 12:37:58 +08:00 committed by Mark Brown
parent d5e17e2634
commit 7da98aafa2
1 changed files with 0 additions and 2 deletions

View File

@ -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[] = {