[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1340090932.13155.0.camel@phoenix>
Date: Tue, 19 Jun 2012 15:28:52 +0800
From: Axel Lin <axel.lin@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Yadwinder Singh Brar <yadi.brar01@...il.com>,
Liam Girdwood <lrg@...com>,
Mark Brown <broonie@...nsource.wolfsonmicro.com>
Subject: [PATCH] regulator: core: Export regulator_set_voltage_time_sel()
Signed-off-by: Axel Lin <axel.lin@...il.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists