aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/qemu-power8/qemu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/qemu-power8/qemu.c')
-rw-r--r--src/cpu/qemu-power8/qemu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/qemu-power8/qemu.c b/src/cpu/qemu-power8/qemu.c
index 5518a27238..826624a386 100644
--- a/src/cpu/qemu-power8/qemu.c
+++ b/src/cpu/qemu-power8/qemu.c
@@ -23,7 +23,7 @@ static struct device_operations cpu_dev_ops = {
.init = qemu_cpu_init,
};
-static struct cpu_device_id cpu_table[] = {
+static const struct cpu_device_id cpu_table[] = {
{ 0, 0 },
};