From: Axel Lin Date: Wed, 25 Dec 2013 04:37:58 +0000 (+0800) Subject: regulator: act8865: Remove set_suspend_[en|dis]able implementation X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7da98aafa2bee3583d675235c6113a57b4f20697;p=linux-beck.git 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 Signed-off-by: Mark Brown --- 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 = { .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[] = {