diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-23 06:34:20 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-23 06:34:20 -0400 |
commit | b19dbf711e8dae026f8d014eae90d766d02f4acb (patch) | |
tree | ab3b57870884bc9996aae09da5f499e5f76b34ed | |
parent | d9fe28f9621be70514aeacd2b4b3640e986d4cb1 (diff) |
regulator: core: Add export of regulator_set_voltage_time_sel()
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-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 ce0a3462e0de..26b71048709b 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c | |||
@@ -2330,6 +2330,7 @@ int regulator_set_voltage_time_sel(struct regulator_dev *rdev, | |||
2330 | 2330 | ||
2331 | return 0; | 2331 | return 0; |
2332 | } | 2332 | } |
2333 | EXPORT_SYMBOL_GPL(regulator_set_voltage_time_sel); | ||
2333 | 2334 | ||
2334 | /** | 2335 | /** |
2335 | * regulator_sync_voltage - re-apply last regulator output voltage | 2336 | * regulator_sync_voltage - re-apply last regulator output voltage |