2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-26 22:24:09 +08:00

regulator: bd71837: Staticize ldo_2_volts

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Axel Lin 2018-06-27 20:40:13 +08:00 committed by Mark Brown
parent 7bd0c7ba62
commit adb78a8e24
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View 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
};