summary refs log tree commit diff stats
path: root/hw/misc/arm11scu.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/arm11scu.c')
-rw-r--r--hw/misc/arm11scu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/arm11scu.c b/hw/misc/arm11scu.c
index 17c36a0545..37feed9da7 100644
--- a/hw/misc/arm11scu.c
+++ b/hw/misc/arm11scu.c
@@ -75,7 +75,7 @@ static void arm11_scu_init(Object *obj)
     sysbus_init_mmio(sbd, &s->iomem);
 }
 
-static Property arm11_scu_properties[] = {
+static const Property arm11_scu_properties[] = {
     DEFINE_PROP_UINT32("num-cpu", ARM11SCUState, num_cpu, 1),
     DEFINE_PROP_END_OF_LIST()
 };