commit | 14a742724fc0f089893c6f70a62d30ab418ed7ff | [log] [tgz] |
---|---|---|
author | Dmitry Osipenko <digetx@gmail.com> | Tue Nov 20 04:20:19 2018 +0300 |
committer | Mark Brown <broonie@kernel.org> | Tue Nov 20 15:03:22 2018 +0000 |
tree | 5dafa78cd9eca6586e0a2e0cdeb8cf3014627d59 | |
parent | ff9b34b615a37a3f4d359bf82fc97f5e0310b301 [diff] |
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: f8702f9e4aa7 ("regulator: core: Use ww_mutex for regulators locking") Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>