From: Mark Brown Date: Wed, 28 Dec 2011 12:48:45 +0000 (+0000) Subject: regulator: Export regulator_is_supported_voltage() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a398eaa23e42b73216efbe03dc1d754b2e5d603c;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git regulator: Export regulator_is_supported_voltage() It's part of the driver interface so should be available to modules. Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index dbdebed660bf..6f7d411b048b 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -1787,6 +1787,7 @@ int regulator_is_supported_voltage(struct regulator *regulator, return 0; } +EXPORT_SYMBOL_GPL(regulator_is_supported_voltage); static int _regulator_do_set_voltage(struct regulator_dev *rdev, int min_uV, int max_uV)