diff options
-rw-r--r-- | drivers/regulator/isl6271a-regulator.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/regulator/isl6271a-regulator.c b/drivers/regulator/isl6271a-regulator.c index 1d145a07ada9..d8ecf49a5777 100644 --- a/drivers/regulator/isl6271a-regulator.c +++ b/drivers/regulator/isl6271a-regulator.c | |||
@@ -73,13 +73,7 @@ static struct regulator_ops isl_core_ops = { | |||
73 | .map_voltage = regulator_map_voltage_linear, | 73 | .map_voltage = regulator_map_voltage_linear, |
74 | }; | 74 | }; |
75 | 75 | ||
76 | static int isl6271a_get_fixed_voltage(struct regulator_dev *dev) | ||
77 | { | ||
78 | return dev->desc->min_uV; | ||
79 | } | ||
80 | |||
81 | static struct regulator_ops isl_fixed_ops = { | 76 | static struct regulator_ops isl_fixed_ops = { |
82 | .get_voltage = isl6271a_get_fixed_voltage, | ||
83 | .list_voltage = regulator_list_voltage_linear, | 77 | .list_voltage = regulator_list_voltage_linear, |
84 | }; | 78 | }; |
85 | 79 | ||