Browse Source

regulator: lm363x: Staticise ldo_cont_enable_time

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Axel Lin 9 years ago
parent
commit
faa5cf3af3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/regulator/lm363x-regulator.c

+ 1 - 1
drivers/regulator/lm363x-regulator.c

@@ -41,7 +41,7 @@
 #define LM363X_STEP_50mV		50000
 #define LM363X_STEP_50mV		50000
 #define LM363X_STEP_500mV		500000
 #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,
 	0, 2000, 5000, 10000, 20000, 50000, 100000, 200000,
 };
 };