Commit faa5cf3a authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

regulator: lm363x: Staticise ldo_cont_enable_time

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent a8bc6ca0
......@@ -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,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment