diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-08-10 09:38:39 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-08-28 11:00:27 -0700 |
commit | b571dc38d447fb34db39496b8a236946ff9baf34 (patch) | |
tree | af9d2b8bf319a8c28b9bf38faae7d6d000d1a6df /drivers/regulator/mc13892-regulator.c | |
parent | 89009e1888ad9a7f4491b8644884f5339773e643 (diff) | |
download | op-kernel-dev-b571dc38d447fb34db39496b8a236946ff9baf34.zip op-kernel-dev-b571dc38d447fb34db39496b8a236946ff9baf34.tar.gz |
regulator: mc13xxx: Remove get_voltage implementation for single voltage regulators
This is not required after commit f7df20ec
"regulator: core: Use list_voltage() to read single voltage regulators"
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/mc13892-regulator.c')
-rw-r--r-- | drivers/regulator/mc13892-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/mc13892-regulator.c b/drivers/regulator/mc13892-regulator.c index 09265f0..1fa6381 100644 --- a/drivers/regulator/mc13892-regulator.c +++ b/drivers/regulator/mc13892-regulator.c @@ -390,7 +390,6 @@ static struct regulator_ops mc13892_gpo_regulator_ops = { .is_enabled = mc13892_gpo_regulator_is_enabled, .list_voltage = regulator_list_voltage_table, .set_voltage = mc13xxx_fixed_regulator_set_voltage, - .get_voltage = mc13xxx_fixed_regulator_get_voltage, }; static int mc13892_sw_regulator_get_voltage_sel(struct regulator_dev *rdev) |