|
@@ -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)
|
|
|
{
|