summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/vexpress-spc-cpufreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cpufreq/vexpress-spc-cpufreq.c')
-rw-r--r--drivers/cpufreq/vexpress-spc-cpufreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/vexpress-spc-cpufreq.c b/drivers/cpufreq/vexpress-spc-cpufreq.c
index 87e5bdc5ec74..53237289e606 100644
--- a/drivers/cpufreq/vexpress-spc-cpufreq.c
+++ b/drivers/cpufreq/vexpress-spc-cpufreq.c
@@ -42,7 +42,7 @@ static int ve_spc_get_transition_latency(struct device *cpu_dev)
42 return 1000000; /* 1 ms */ 42 return 1000000; /* 1 ms */
43} 43}
44 44
45static struct cpufreq_arm_bL_ops ve_spc_cpufreq_ops = { 45static const struct cpufreq_arm_bL_ops ve_spc_cpufreq_ops = {
46 .name = "vexpress-spc", 46 .name = "vexpress-spc",
47 .get_transition_latency = ve_spc_get_transition_latency, 47 .get_transition_latency = ve_spc_get_transition_latency,
48 .init_opp_table = ve_spc_init_opp_table, 48 .init_opp_table = ve_spc_init_opp_table,