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:
parent
fa53e351e8
commit
ae6e808f15
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue