summaryrefslogtreecommitdiff
path: root/include/linux/regulator
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@sonymobile.com>2015-02-11 19:35:31 -0800
committerMark Brown <broonie@kernel.org>2015-03-09 18:33:04 +0000
commitae6e808f15742fcbc0097ac2fb3055d553266965 (patch)
tree025e6bb628b9191257e76faa266bffa7845d57c5 /include/linux/regulator
parentfa53e351e81259644717b381e095eaf9173c9ca8 (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')
-rw-r--r--include/linux/regulator/consumer.h7
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