diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-12-24 23:37:58 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-30 07:01:33 -0500 |
commit | 7da98aafa2bee3583d675235c6113a57b4f20697 (patch) | |
tree | f554f5ea4a270a771e65efc935e863cb5f484a05 | |
parent | d5e17e2634a4370188e65c8839ff33911adb207b (diff) |
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>
-rw-r--r-- | drivers/regulator/act8865-regulator.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/regulator/act8865-regulator.c b/drivers/regulator/act8865-regulator.c index dfae29488f1c..e7dbdc046683 100644 --- a/drivers/regulator/act8865-regulator.c +++ b/drivers/regulator/act8865-regulator.c | |||
@@ -85,8 +85,6 @@ static struct regulator_ops act8865_ops = { | |||
85 | .enable = regulator_enable_regmap, | 85 | .enable = regulator_enable_regmap, |
86 | .disable = regulator_disable_regmap, | 86 | .disable = regulator_disable_regmap, |
87 | .is_enabled = regulator_is_enabled_regmap, | 87 | .is_enabled = regulator_is_enabled_regmap, |
88 | .set_suspend_enable = regulator_enable_regmap, | ||
89 | .set_suspend_disable = regulator_disable_regmap, | ||
90 | }; | 88 | }; |
91 | 89 | ||
92 | static const struct regulator_desc act8865_reg[] = { | 90 | static const struct regulator_desc act8865_reg[] = { |