summary refs log tree commit diff stats
path: root/hw/misc/allwinner-h3-ccu.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/allwinner-h3-ccu.c')
-rw-r--r--hw/misc/allwinner-h3-ccu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/allwinner-h3-ccu.c b/hw/misc/allwinner-h3-ccu.c
index 18d1074545..cfc68522d3 100644
--- a/hw/misc/allwinner-h3-ccu.c
+++ b/hw/misc/allwinner-h3-ccu.c
@@ -212,7 +212,7 @@ static const VMStateDescription allwinner_h3_ccu_vmstate = {
     .name = "allwinner-h3-ccu",
     .version_id = 1,
     .minimum_version_id = 1,
-    .fields = (VMStateField[]) {
+    .fields = (const VMStateField[]) {
         VMSTATE_UINT32_ARRAY(regs, AwH3ClockCtlState, AW_H3_CCU_REGS_NUM),
         VMSTATE_END_OF_LIST()
     }