aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regulator/consumer.h
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@sonymobile.com>2015-02-11 22:35:31 -0500
committerMark Brown <broonie@kernel.org>2015-03-09 14:33:04 -0400
commitae6e808f15742fcbc0097ac2fb3055d553266965 (patch)
tree025e6bb628b9191257e76faa266bffa7845d57c5 /include/linux/regulator/consumer.h
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/consumer.h')
-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
554 target_uV + tol_uV); 554 target_uV + tol_uV);
555} 555}
556 556
557/* TEMP: Wrapper to keep bisectability */
558static 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