diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-23 11:34:20 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-23 11:34:20 +0100 |
commit | b19dbf711e8dae026f8d014eae90d766d02f4acb (patch) | |
tree | ab3b57870884bc9996aae09da5f499e5f76b34ed /drivers/regulator/core.c | |
parent | d9fe28f9621be70514aeacd2b4b3640e986d4cb1 (diff) |
regulator: core: Add export of regulator_set_voltage_time_sel()
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/core.c')
-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 ce0a3462e0d..26b71048709 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, return 0; } +EXPORT_SYMBOL_GPL(regulator_set_voltage_time_sel); /** * regulator_sync_voltage - re-apply last regulator output voltage |