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