aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/regulator/lp8788-ldo.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-10-03 12:42:06 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-10-15 10:06:44 +0900
commit4e92920b4ba25a0a70dd056e0dd7b4b4fd1a3dc6 (patch)
treed9c5e908ce92d98d4ca2d28bfd0f50381c8adfa5 /drivers/regulator/lp8788-ldo.c
parentLinux 3.7-rc1 (diff)
downloadwireguard-linux-4e92920b4ba25a0a70dd056e0dd7b4b4fd1a3dc6.tar.xz
wireguard-linux-4e92920b4ba25a0a70dd056e0dd7b4b4fd1a3dc6.zip
regulator: lp8788-ldo: Staticise non-exported symbol
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/lp8788-ldo.c')
-rw-r--r--drivers/regulator/lp8788-ldo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/lp8788-ldo.c b/drivers/regulator/lp8788-ldo.c
index 6796eeb47dc6..e496ba075336 100644
--- a/drivers/regulator/lp8788-ldo.c
+++ b/drivers/regulator/lp8788-ldo.c
@@ -126,7 +126,7 @@ struct lp8788_ldo {
};
/* DLDO 1, 2, 3, 9 voltage table */
-const int lp8788_dldo1239_vtbl[] = {
+static const int lp8788_dldo1239_vtbl[] = {
1800000, 1900000, 2000000, 2100000, 2200000, 2300000, 2400000, 2500000,
2600000, 2700000, 2800000, 2900000, 3000000, 2850000, 2850000, 2850000,
2850000, 2850000, 2850000, 2850000, 2850000, 2850000, 2850000, 2850000,