Skip to content

Commit

Permalink
regulator: lm363x: Staticise ldo_cont_enable_time
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Axel Lin authored and Mark Brown committed Nov 30, 2015
1 parent a8bc6ca commit faa5cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/lm363x-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit faa5cf3

Please sign in to comment.