From: Mark Brown Date: Sat, 23 Jun 2012 10:34:20 +0000 (+0100) Subject: regulator: core: Add export of regulator_set_voltage_time_sel() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b19dbf711e8dae026f8d014eae90d766d02f4acb;p=linux-beck.git regulator: core: Add export of regulator_set_voltage_time_sel() Signed-off-by: Mark Brown --- 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, return 0; } +EXPORT_SYMBOL_GPL(regulator_set_voltage_time_sel); /** * regulator_sync_voltage - re-apply last regulator output voltage