mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 01:56:42 +07:00
regulator: lp8788-ldo: Staticise non-exported symbol
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
ddffeb8c4d
commit
4e92920b4b
@ -126,7 +126,7 @@ struct lp8788_ldo {
|
||||
};
|
||||
|
||||
/* DLDO 1, 2, 3, 9 voltage table */
|
||||
const int lp8788_dldo1239_vtbl[] = {
|
||||
static const int lp8788_dldo1239_vtbl[] = {
|
||||
1800000, 1900000, 2000000, 2100000, 2200000, 2300000, 2400000, 2500000,
|
||||
2600000, 2700000, 2800000, 2900000, 3000000, 2850000, 2850000, 2850000,
|
||||
2850000, 2850000, 2850000, 2850000, 2850000, 2850000, 2850000, 2850000,
|
||||
|
Loading…
Reference in New Issue
Block a user