]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
regulator: bd71837: Staticize ldo_2_volts
authorAxel Lin <axel.lin@ingics.com>
Wed, 27 Jun 2018 12:40:13 +0000 (20:40 +0800)
committerMark 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

index 6eae4d0432a23fb41f11649f1aea2867c6d34f46..403b45de126265014310a5d470c1e10a848749e0 100644 (file)
@@ -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
 };