]> git.karo-electronics.de Git - linux-beck.git/commitdiff
regulator: Export regulator_is_supported_voltage()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 28 Dec 2011 12:48:45 +0000 (12:48 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 28 Dec 2011 17:09:32 +0000 (17:09 +0000)
It's part of the driver interface so should be available to modules.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/core.c

index dbdebed660bf35760df1b26abab5bcd560070a9d..6f7d411b048b4e677a5885fdeb4311b345eb17c0 100644 (file)
@@ -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)