summary refs log tree commit diff stats
path: root/hw/pci-host/ppc4xx_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/pci-host/ppc4xx_pci.c')
-rw-r--r--hw/pci-host/ppc4xx_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci-host/ppc4xx_pci.c b/hw/pci-host/ppc4xx_pci.c
index dcc4b78660..2547817688 100644
--- a/hw/pci-host/ppc4xx_pci.c
+++ b/hw/pci-host/ppc4xx_pci.c
@@ -370,7 +370,7 @@ static const TypeInfo ppc4xx_host_bridge_info = {
     .parent        = TYPE_PCI_DEVICE,
     .instance_size = sizeof(PCIDevice),
     .class_init    = ppc4xx_host_bridge_class_init,
-    .interfaces = (InterfaceInfo[]) {
+    .interfaces = (const InterfaceInfo[]) {
         { INTERFACE_CONVENTIONAL_PCI_DEVICE },
         { },
     },