projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8bc6ca
)
regulator: lm363x: Staticise ldo_cont_enable_time
author
Axel Lin
<axel.lin@ingics.com>
Sun, 29 Nov 2015 07:02:21 +0000
(15:02 +0800)
committer
Mark Brown
<broonie@kernel.org>
Mon, 30 Nov 2015 11:32:52 +0000
(11:32 +0000)
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/lm363x-regulator.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/lm363x-regulator.c
b/drivers/regulator/lm363x-regulator.c
index 38587359cd2d48355f3c5575d0ca98f4a86de545..f53e63301a2054d7a822f5017a8e9a2d7d5a35b4 100644
(file)
--- 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,
};