aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/jz4740/pm.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--arch/mips/jz4740/pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/jz4740/pm.c b/arch/mips/jz4740/pm.c
index a9994585424d..902d5b50124c 100644
--- a/arch/mips/jz4740/pm.c
+++ b/arch/mips/jz4740/pm.c
@@ -42,7 +42,7 @@ static int jz4740_pm_enter(suspend_state_t state)
return 0;
}
-static struct platform_suspend_ops jz4740_pm_ops = {
+static const struct platform_suspend_ops jz4740_pm_ops = {
.valid = suspend_valid_only_mem,
.enter = jz4740_pm_enter,
};