commit | a398eaa23e42b73216efbe03dc1d754b2e5d603c | [log] [tgz] |
---|---|---|
author | Mark Brown <[email protected]> | Wed Dec 28 12:48:45 2011 +0000 |
committer | Mark Brown <[email protected]> | Wed Dec 28 17:09:32 2011 +0000 |
tree | ddb0e0182cc7a05d7733f02c41f8b410cdd7574e | |
parent | 93bcb23b38f634e8fb4ddda0d3f4862fda5cedae [diff] |
regulator: Export regulator_is_supported_voltage() It's part of the driver interface so should be available to modules. Signed-off-by: Mark Brown <[email protected]>
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index dbdebed6..6f7d411 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c
@@ -1787,6 +1787,7 @@ 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)