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

Commit 09de3473 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: max8649: Constify regulator_desc

parent 0373bcff
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -207,7 +207,7 @@ static struct regulator_ops max8649_dcdc_ops = {


};
};


static struct regulator_desc dcdc_desc = {
static const struct regulator_desc dcdc_desc = {
	.name		= "max8649",
	.name		= "max8649",
	.ops		= &max8649_dcdc_ops,
	.ops		= &max8649_dcdc_ops,
	.type		= REGULATOR_VOLTAGE,
	.type		= REGULATOR_VOLTAGE,