Skip to content

Commit

Permalink
regulator: act8865: Remove set_suspend_[en|dis]able implementation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Axel Lin authored and Mark Brown committed Dec 30, 2013
1 parent d5e17e2 commit 7da98aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/regulator/act8865-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit 7da98aa

Please sign in to comment.