[PATCH] regulator: core: Export regulator_set_voltage_time_sel()

From: Axel Lin
Date: Tue Jun 19 2012 - 03:28:58 EST


Signed-off-by: Axel Lin <axel.lin@xxxxxxxxx>
---
This patch is on top of the patch I sent earlier today:
[PATCH RFC] regulator: Use list_voltage() to get voltage in regulator_set_voltage_time_sel
http://www.kernelhub.org/?msg=86323&p=2

drivers/regulator/core.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
index e207b21..bda74fd 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
@@ -2332,6 +2332,7 @@ int regulator_set_voltage_time_sel(struct regulator_dev *rdev,

return DIV_ROUND_UP(abs(new_volt - old_volt), ramp_delay);
}
+EXPORT_SYMBOL_GPL(regulator_set_voltage_time_sel);

/**
* regulator_sync_voltage - re-apply last regulator output voltage
--
1.7.9.5



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/