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

Commit e1326eff authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mark Brown
Browse files

regulator: dummy: Make regulator_desc array const



The regulator_register() expects array of 'regulator_desc' to be const.

Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent f114040e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -33,7 +33,7 @@ static struct regulator_init_data dummy_initdata = {


static struct regulator_ops dummy_ops;
static struct regulator_ops dummy_ops;


static struct regulator_desc dummy_desc = {
static const struct regulator_desc dummy_desc = {
	.name = "regulator-dummy",
	.name = "regulator-dummy",
	.id = -1,
	.id = -1,
	.type = REGULATOR_VOLTAGE,
	.type = REGULATOR_VOLTAGE,