Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae6e808f authored by Bjorn Andersson's avatar Bjorn Andersson Committed by Mark Brown
Browse files

regulator: Drop temporary regulator_set_optimum_mode wrapper

parent fa53e351
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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