diff options
author | Axel Lin <axel.lin@ingics.com> | 2018-06-27 15:40:13 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-06-27 17:45:28 +0300 |
commit | adb78a8e24bbfe19df0d4dd19ee78cec351a5f04 (patch) | |
tree | 31daae18576a5b60580835b62f21593cde864e44 /drivers/regulator | |
parent | 7bd0c7ba62e8a9840f15fc4ff0122b29fe1b6413 (diff) | |
download | linux-adb78a8e24bbfe19df0d4dd19ee78cec351a5f04.tar.xz |
regulator: bd71837: Staticize ldo_2_volts
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/bd71837-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/bd71837-regulator.c b/drivers/regulator/bd71837-regulator.c index 6eae4d0432a2..403b45de1262 100644 --- 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 }; |