diff options
author | Bjorn Andersson <bjorn.andersson@sonymobile.com> | 2015-02-11 22:35:31 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-09 14:33:04 -0400 |
commit | ae6e808f15742fcbc0097ac2fb3055d553266965 (patch) | |
tree | 025e6bb628b9191257e76faa266bffa7845d57c5 /include/linux/regulator/consumer.h | |
parent | fa53e351e81259644717b381e095eaf9173c9ca8 (diff) |
regulator: Drop temporary regulator_set_optimum_mode wrapper
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/regulator/consumer.h')
-rw-r--r-- | include/linux/regulator/consumer.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/regulator/consumer.h b/include/linux/regulator/consumer.h index 6d4e9d2289f0..d8944f508235 100644 --- a/include/linux/regulator/consumer.h +++ b/include/linux/regulator/consumer.h | |||
@@ -554,11 +554,4 @@ static inline int regulator_is_supported_voltage_tol(struct regulator *regulator | |||
554 | target_uV + tol_uV); | 554 | target_uV + tol_uV); |
555 | } | 555 | } |
556 | 556 | ||
557 | /* TEMP: Wrapper to keep bisectability */ | ||
558 | static inline int regulator_set_optimum_mode(struct regulator *regulator, | ||
559 | int load_uA) | ||
560 | { | ||
561 | return regulator_set_load(regulator, load_uA); | ||
562 | } | ||
563 | |||
564 | #endif | 557 | #endif |