]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
regulator: core: Fix exported symbols to the exported GPL version
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>
Mon, 20 Jan 2020 12:39:21 +0000 (13:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Feb 2020 07:38:38 +0000 (08:38 +0100)
commit3721868c1fe733f39c1b12832a606842ff163c02
tree87cea59f6026958d943b6b550d1a562081fc181b
parentd7b7990b0909cb64ee43ca219d7d6fa2e76c33c3
regulator: core: Fix exported symbols to the exported GPL version

[ Upstream commit 3d7610e8da993539346dce6f7c909fd3d56bf4d5 ]

Change the exported symbols introduced by commit e9153311491da
("regulator: vctrl-regulator: Avoid deadlock getting and setting the voltage")
from EXPORT_SYMBOL() to EXPORT_SYMBOL_GPL(), like is used for all the core
parts.

Fixes: e9153311491da ("regulator: vctrl-regulator: Avoid deadlock getting and setting the voltage")
Reported-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Link: https://lore.kernel.org/r/20200120123921.1204339-1-enric.balletbo@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/regulator/core.c