summaryrefslogtreecommitdiffstats
path: root/arch/mips/ralink/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/ralink/reset.c')
-rw-r--r--arch/mips/ralink/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ralink/reset.c b/arch/mips/ralink/reset.c
index ee117c4bc4a3..09ccdd1b8f4d 100644
--- a/arch/mips/ralink/reset.c
+++ b/arch/mips/ralink/reset.c
@@ -61,7 +61,7 @@ static int ralink_reset_device(struct reset_controller_dev *rcdev,
return ralink_deassert_device(rcdev, id);
}
-static struct reset_control_ops reset_ops = {
+static const struct reset_control_ops reset_ops = {
.reset = ralink_reset_device,
.assert = ralink_assert_device,
.deassert = ralink_deassert_device,