mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
regulator: core: Add missing stub for regulator_get_exclusive()
Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user