Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit adb78a8e authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: bd71837: Staticize ldo_2_volts



Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 7bd0c7ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
};