regulator: uniphier: Constify uniphier_regulator_ops
Signed-off-by: Axel Lin <axel.lin@ingics.com> Reviewed-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
33cd870c4b
commit
8cf268e535
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue