summary refs log tree commit diff stats
path: root/hw/ppc/pnv_nest_pervasive.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ppc/pnv_nest_pervasive.c')
-rw-r--r--hw/ppc/pnv_nest_pervasive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc/pnv_nest_pervasive.c b/hw/ppc/pnv_nest_pervasive.c
index b5182d54fa..1b1b14fed9 100644
--- a/hw/ppc/pnv_nest_pervasive.c
+++ b/hw/ppc/pnv_nest_pervasive.c
@@ -194,7 +194,7 @@ static const TypeInfo pnv_nest_pervasive_info = {
     .parent        = TYPE_DEVICE,
     .instance_size = sizeof(PnvNestChipletPervasive),
     .class_init    = pnv_nest_pervasive_class_init,
-    .interfaces    = (InterfaceInfo[]) {
+    .interfaces    = (const InterfaceInfo[]) {
         { TYPE_PNV_XSCOM_INTERFACE },
         { }
     }