Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

regulator: lm363x: Staticise ldo_cont_enable_time

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Axel Lin and committed by
Mark Brown
faa5cf3a a8bc6ca0

+1 -1
+1 -1
drivers/regulator/lm363x-regulator.c
··· 41 41 #define LM363X_STEP_50mV 50000 42 42 #define LM363X_STEP_500mV 500000 43 43 44 - const int ldo_cont_enable_time[] = { 44 + static const int ldo_cont_enable_time[] = { 45 45 0, 2000, 5000, 10000, 20000, 50000, 100000, 200000, 46 46 }; 47 47