diff options
author | Bjorn Andersson <bjorn.andersson@sonymobile.com> | 2015-02-12 06:35:31 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-09 21:33:04 +0300 |
commit | ae6e808f15742fcbc0097ac2fb3055d553266965 (patch) | |
tree | 025e6bb628b9191257e76faa266bffa7845d57c5 /include/linux | |
parent | fa53e351e81259644717b381e095eaf9173c9ca8 (diff) | |
download | linux-ae6e808f15742fcbc0097ac2fb3055d553266965.tar.xz |
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')
-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 target_uV + tol_uV); } -/* TEMP: Wrapper to keep bisectability */ -static inline int regulator_set_optimum_mode(struct regulator *regulator, - int load_uA) -{ - return regulator_set_load(regulator, load_uA); -} - #endif |