regulator: max8660: 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:
parent
0d2fbc519e
commit
621adb30ac
|
@ -313,7 +313,7 @@ static struct regulator_ops max8660_ldo67_ops = {
|
|||
.set_voltage = max8660_ldo67_set,
|
||||
};
|
||||
|
||||
static struct regulator_desc max8660_reg[] = {
|
||||
static const struct regulator_desc max8660_reg[] = {
|
||||
{
|
||||
.name = "V3(DCDC)",
|
||||
.id = MAX8660_V3,
|
||||
|
|
Loading…
Reference in New Issue