Skip to content

Commit

Permalink
regulator: Export regulator_is_supported_voltage()
Browse files Browse the repository at this point in the history
It's part of the driver interface so should be available to modules.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Dec 28, 2011
1 parent 93bcb23 commit a398eaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a398eaa

Please sign in to comment.