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>
This commit is contained in:
Bjorn Andersson 2015-02-11 19:35:31 -08:00 committed by Mark Brown
parent fa53e351e8
commit ae6e808f15
1 changed files with 0 additions and 7 deletions

View File

@ -554,11 +554,4 @@ static inline int regulator_is_supported_voltage_tol(struct regulator *regulator
target_uV + tol_uV); 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 #endif