mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
regulator: Export regulator_is_supported_voltage()
It's part of the driver interface so should be available to modules. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
93bcb23b38
commit
a398eaa23e
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue