summary refs log tree commit diff stats
path: root/hw/s390x/ap-bridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/s390x/ap-bridge.c')
-rw-r--r--hw/s390x/ap-bridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/s390x/ap-bridge.c b/hw/s390x/ap-bridge.c
index 4aa7d5a90d..edeb3dbef3 100644
--- a/hw/s390x/ap-bridge.c
+++ b/hw/s390x/ap-bridge.c
@@ -75,7 +75,7 @@ static const TypeInfo ap_bridge_info = {
     .parent        = TYPE_SYS_BUS_DEVICE,
     .instance_size = 0,
     .class_init    = ap_bridge_class_init,
-    .interfaces = (InterfaceInfo[]) {
+    .interfaces = (const InterfaceInfo[]) {
         { TYPE_HOTPLUG_HANDLER },
         { }
     }