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:
parent
7bd0c7ba62
commit
adb78a8e24
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user