diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-28 07:48:45 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-28 12:09:32 -0500 |
commit | a398eaa23e42b73216efbe03dc1d754b2e5d603c (patch) | |
tree | ddb0e0182cc7a05d7733f02c41f8b410cdd7574e /drivers/regulator | |
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 <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index dbdebed660bf..6f7d411b048b 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c | |||
@@ -1787,6 +1787,7 @@ int regulator_is_supported_voltage(struct regulator *regulator, | |||
1787 | 1787 | ||
1788 | return 0; | 1788 | return 0; |
1789 | } | 1789 | } |
1790 | EXPORT_SYMBOL_GPL(regulator_is_supported_voltage); | ||
1790 | 1791 | ||
1791 | static int _regulator_do_set_voltage(struct regulator_dev *rdev, | 1792 | static int _regulator_do_set_voltage(struct regulator_dev *rdev, |
1792 | int min_uV, int max_uV) | 1793 | int min_uV, int max_uV) |