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

Unverified Commit 8cf268e5 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: uniphier: Constify uniphier_regulator_ops

parent 33cd870c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ struct uniphier_regulator_priv {
	const struct uniphier_regulator_soc_data *data;
};

static struct regulator_ops uniphier_regulator_ops = {
static const struct regulator_ops uniphier_regulator_ops = {
	.enable     = regulator_enable_regmap,
	.disable    = regulator_disable_regmap,
	.is_enabled = regulator_is_enabled_regmap,