]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - drivers/regulator/da9052-regulator.c
regulator: da9052: Staticize non-exported symbols
authorAxel Lin <axel.lin@gmail.com>
Tue, 20 Dec 2011 09:12:00 +0000 (17:12 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 20 Dec 2011 10:02:48 +0000 (10:02 +0000)
commit6242eae9bce864467bc4d6a8b67d1846ecaccf23
tree1d593193ed927c9b2d6985ee79dc7f6ea0e01581
parent984b5a6ba550f41edda86d0b6deba2b5187f5e44
regulator: da9052: Staticize non-exported symbols

da9052_regulator_info and da9053_regulator_info are not used outside
this driver so no need to make the symbol global.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/da9052-regulator.c