summaryrefslogtreecommitdiff
path: root/drivers/reset/reset-zx2967.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/reset/reset-zx2967.c')
-rw-r--r--drivers/reset/reset-zx2967.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/reset-zx2967.c b/drivers/reset/reset-zx2967.c
index 4dabb9ec4841..4f319f7753d4 100644
--- a/drivers/reset/reset-zx2967.c
+++ b/drivers/reset/reset-zx2967.c
@@ -55,7 +55,7 @@ static int zx2967_reset_deassert(struct reset_controller_dev *rcdev,
return zx2967_reset_act(rcdev, id, false);
}
-static struct reset_control_ops zx2967_reset_ops = {
+static const struct reset_control_ops zx2967_reset_ops = {
.assert = zx2967_reset_assert,
.deassert = zx2967_reset_deassert,
};