aboutsummaryrefslogtreecommitdiff
path: root/src/arch/power8
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power8')
-rw-r--r--src/arch/power8/include/arch/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/power8/include/arch/cpu.h b/src/arch/power8/include/arch/cpu.h
index 9acc2a8ab2..e0fb72c29d 100644
--- a/src/arch/power8/include/arch/cpu.h
+++ b/src/arch/power8/include/arch/cpu.h
@@ -23,7 +23,7 @@
struct cpu_driver {
struct device_operations *ops;
- struct cpu_device_id *id_table;
+ const struct cpu_device_id *id_table;
};
struct thread;