diff options
-rw-r--r-- | drivers/regulator/isl6271a-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/isl6271a-regulator.c b/drivers/regulator/isl6271a-regulator.c index 4a11b82a6d57..1d145a07ada9 100644 --- a/drivers/regulator/isl6271a-regulator.c +++ b/drivers/regulator/isl6271a-regulator.c | |||
@@ -81,7 +81,6 @@ static int isl6271a_get_fixed_voltage(struct regulator_dev *dev) | |||
81 | static struct regulator_ops isl_fixed_ops = { | 81 | static struct regulator_ops isl_fixed_ops = { |
82 | .get_voltage = isl6271a_get_fixed_voltage, | 82 | .get_voltage = isl6271a_get_fixed_voltage, |
83 | .list_voltage = regulator_list_voltage_linear, | 83 | .list_voltage = regulator_list_voltage_linear, |
84 | .map_voltage = regulator_map_voltage_linear, | ||
85 | }; | 84 | }; |
86 | 85 | ||
87 | static const struct regulator_desc isl_rd[] = { | 86 | static const struct regulator_desc isl_rd[] = { |