regulator: core: Add missing stub for regulator_get_exclusive()
authorMark Brown <broonie@linaro.org>
Mon, 29 Jul 2013 20:00:53 +0000 (21:00 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 31 Jul 2013 08:56:38 +0000 (09:56 +0100)
Signed-off-by: Mark Brown <broonie@linaro.org>
include/linux/regulator/consumer.h

index 3a76389c6aaa6989900247712c8ffe33658b33db..60da4a62c40293ec4b153901824a73e0ce0cf664 100644 (file)
@@ -211,6 +211,13 @@ static inline struct regulator *__must_check regulator_get(struct device *dev,
        return NULL;
 }
 
+static inline struct regulator *__must_check
+regulator_get_exclusive(struct device *dev, const char *id)
+{
+       return NULL;
+}
+
+
 static inline struct regulator *__must_check
 devm_regulator_get(struct device *dev, const char *id)
 {