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

Commit a398eaa2 authored by Mark Brown's avatar Mark Brown
Browse files

regulator: Export regulator_is_supported_voltage()



It's part of the driver interface so should be available to modules.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 93bcb23b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1787,6 +1787,7 @@ int regulator_is_supported_voltage(struct regulator *regulator,

	return 0;
}
EXPORT_SYMBOL_GPL(regulator_is_supported_voltage);

static int _regulator_do_set_voltage(struct regulator_dev *rdev,
				     int min_uV, int max_uV)