projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bd0c7b
)
regulator: bd71837: Staticize ldo_2_volts
author
Axel Lin
<axel.lin@ingics.com>
Wed, 27 Jun 2018 12:40:13 +0000
(20:40 +0800)
committer
Mark Brown
<broonie@kernel.org>
Wed, 27 Jun 2018 14:45:28 +0000
(15:45 +0100)
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/bd71837-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/bd71837-regulator.c
b/drivers/regulator/bd71837-regulator.c
index 6eae4d0432a23fb41f11649f1aea2867c6d34f46..403b45de126265014310a5d470c1e10a848749e0 100644
(file)
--- a/
drivers/regulator/bd71837-regulator.c
+++ b/
drivers/regulator/bd71837-regulator.c
@@
-195,7
+195,7
@@
static const struct regulator_linear_range bd71837_ldo1_voltage_ranges[] = {
* LDO2
* 0.8 or 0.9V
*/
-const unsigned int ldo_2_volts[] = {
+
static
const unsigned int ldo_2_volts[] = {
900000, 800000
};