Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 621adb30 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: max8660: Constify regulator_desc

parent 0d2fbc51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,