regulator: max1586: Constify regulator_desc
Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Родитель
78637a3d8c
Коммит
0373bcff46
|
@ -161,7 +161,7 @@ static struct regulator_ops max1586_v6_ops = {
|
|||
.list_voltage = max1586_v6_list,
|
||||
};
|
||||
|
||||
static struct regulator_desc max1586_reg[] = {
|
||||
static const struct regulator_desc max1586_reg[] = {
|
||||
{
|
||||
.name = "Output_V3",
|
||||
.id = MAX1586_V3,
|
||||
|
|
Загрузка…
Ссылка в новой задаче