aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/lm363x-regulator.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2015-11-29 15:02:21 +0800
committerMark Brown <broonie@kernel.org>2015-11-30 11:32:52 +0000
commitfaa5cf3af39faa9ed1d3fbe14be9c1cf80acbf91 (patch)
tree965a4b88b0d9c97e086df2b75f5a26bdd3ed5eed /drivers/regulator/lm363x-regulator.c
parentregulator: lm363x: Remove struct lm363x_regulator which is not necessary (diff)
downloadlinux-dev-faa5cf3af39faa9ed1d3fbe14be9c1cf80acbf91.tar.xz
linux-dev-faa5cf3af39faa9ed1d3fbe14be9c1cf80acbf91.zip
regulator: lm363x: Staticise ldo_cont_enable_time
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/lm363x-regulator.c')
-rw-r--r--drivers/regulator/lm363x-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/lm363x-regulator.c b/drivers/regulator/lm363x-regulator.c
index 38587359cd2d..f53e63301a20 100644
--- a/drivers/regulator/lm363x-regulator.c
+++ b/drivers/regulator/lm363x-regulator.c
@@ -41,7 +41,7 @@
#define LM363X_STEP_50mV 50000
#define LM363X_STEP_500mV 500000
-const int ldo_cont_enable_time[] = {
+static const int ldo_cont_enable_time[] = {
0, 2000, 5000, 10000, 20000, 50000, 100000, 200000,
};