regulator: core: Export regulator_lock and regulator_unlock
This fixes compiling regulator drivers that use these function when
these drivers are built as kernel modules.
Fixes: f8702f9e4a
("regulator: core: Use ww_mutex for regulators locking")
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Родитель
ff9b34b615
Коммит
14a742724f
|
@ -211,6 +211,7 @@ void regulator_lock(struct regulator_dev *rdev)
|
||||||
{
|
{
|
||||||
regulator_lock_nested(rdev, NULL);
|
regulator_lock_nested(rdev, NULL);
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(regulator_lock);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* regulator_unlock - unlock a single regulator
|
* regulator_unlock - unlock a single regulator
|
||||||
|
@ -232,6 +233,7 @@ void regulator_unlock(struct regulator_dev *rdev)
|
||||||
|
|
||||||
mutex_unlock(®ulator_nesting_mutex);
|
mutex_unlock(®ulator_nesting_mutex);
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(regulator_unlock);
|
||||||
|
|
||||||
static bool regulator_supply_is_couple(struct regulator_dev *rdev)
|
static bool regulator_supply_is_couple(struct regulator_dev *rdev)
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче