summary refs log tree commit diff stats
path: root/hw/pci-host/pnv_phb3_pbcq.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/pci-host/pnv_phb3_pbcq.c')
-rw-r--r--hw/pci-host/pnv_phb3_pbcq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci-host/pnv_phb3_pbcq.c b/hw/pci-host/pnv_phb3_pbcq.c
index 4e24b1449d..1f7a149580 100644
--- a/hw/pci-host/pnv_phb3_pbcq.c
+++ b/hw/pci-host/pnv_phb3_pbcq.c
@@ -354,7 +354,7 @@ static const TypeInfo pnv_pbcq_type_info = {
     .instance_size = sizeof(PnvPBCQState),
     .instance_init = phb3_pbcq_instance_init,
     .class_init    = pnv_pbcq_class_init,
-    .interfaces    = (InterfaceInfo[]) {
+    .interfaces    = (const InterfaceInfo[]) {
         { TYPE_PNV_XSCOM_INTERFACE },
         { }
     }