aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Lin <[email protected]>2018-06-27 20:40:13 +0800
committerMark Brown <[email protected]>2018-06-27 15:45:28 +0100
commitadb78a8e24bbfe19df0d4dd19ee78cec351a5f04 (patch)
tree31daae18576a5b60580835b62f21593cde864e44
parent7bd0c7ba62e8a9840f15fc4ff0122b29fe1b6413 (diff)
regulator: bd71837: Staticize ldo_2_volts
Signed-off-by: Axel Lin <[email protected]> Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--drivers/regulator/bd71837-regulator.c2
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
};