diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index fd237bc0fa7c..f937a33e5f02 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -211,6 +211,7 @@ void regulator_lock(struct regulator_dev *rdev) { regulator_lock_nested(rdev, NULL); } +EXPORT_SYMBOL_GPL(regulator_lock); /** * regulator_unlock - unlock a single regulator @@ -232,6 +233,7 @@ void regulator_unlock(struct regulator_dev *rdev) mutex_unlock(®ulator_nesting_mutex); } +EXPORT_SYMBOL_GPL(regulator_unlock); static bool regulator_supply_is_couple(struct regulator_dev *rdev) {