summaryrefslogtreecommitdiff
path: root/drivers/reset/reset-pistachio.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/reset/reset-pistachio.c')
-rw-r--r--drivers/reset/reset-pistachio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/reset-pistachio.c b/drivers/reset/reset-pistachio.c
index b31cdb0570fc..72a97a15a4c8 100644
--- a/drivers/reset/reset-pistachio.c
+++ b/drivers/reset/reset-pistachio.c
@@ -97,7 +97,7 @@ static int pistachio_reset_deassert(struct reset_controller_dev *rcdev,
mask, 0);
}
-static struct reset_control_ops pistachio_reset_ops = {
+static const struct reset_control_ops pistachio_reset_ops = {
.assert = pistachio_reset_assert,
.deassert = pistachio_reset_deassert,
};