]> git.karo-electronics.de Git - linux-beck.git/commitdiff
regulator: Drop temporary regulator_set_optimum_mode wrapper
authorBjorn Andersson <bjorn.andersson@sonymobile.com>
Thu, 12 Feb 2015 03:35:31 +0000 (19:35 -0800)
committerMark Brown <broonie@kernel.org>
Mon, 9 Mar 2015 18:33:04 +0000 (18:33 +0000)
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/regulator/consumer.h

index 6d4e9d2289f02ae1d0e1986bb217b5f6512f6383..d8944f508235579a5d9abce5f550283d549127d8 100644 (file)
@@ -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