diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2020-09-20 00:28:25 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-09-21 19:43:47 +0300 |
commit | 4c9db39361da5dcf0e77f4aeb4817be3bf7d626b (patch) | |
tree | c848a9bc1f8f5e82a30536b4d2a6ddaeb06a06d9 /include/linux/regulator | |
parent | 0199f866615921ddc5d22fbbab7510e8b403d40c (diff) | |
download | linux-4c9db39361da5dcf0e77f4aeb4817be3bf7d626b.tar.xz |
regulator: unexport regulator_lock/unlock()
regulator_lock/unlock() was used only to guard
regulator_notifier_call_chain(). As no users remain, make the functions
internal.
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Link: https://lore.kernel.org/r/d3381aabd2632aff5e7b839d55868bec6e85c811.1600550732.git.mirq-linux@rere.qmqm.pl
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/regulator')
-rw-r--r-- | include/linux/regulator/driver.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h index 8539f34ae42b..11cade73726c 100644 --- a/include/linux/regulator/driver.h +++ b/include/linux/regulator/driver.h @@ -533,9 +533,6 @@ int regulator_set_current_limit_regmap(struct regulator_dev *rdev, int regulator_get_current_limit_regmap(struct regulator_dev *rdev); void *regulator_get_init_drvdata(struct regulator_init_data *reg_init_data); -void regulator_lock(struct regulator_dev *rdev); -void regulator_unlock(struct regulator_dev *rdev); - /* * Helper functions intended to be used by regulator drivers prior registering * their regulators. |