summary refs log tree commit diff stats
path: root/hw/net/igbvf.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/net/igbvf.c')
-rw-r--r--hw/net/igbvf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/igbvf.c b/hw/net/igbvf.c
index 91e7ccf931..31d72c4977 100644
--- a/hw/net/igbvf.c
+++ b/hw/net/igbvf.c
@@ -325,7 +325,7 @@ static const TypeInfo igbvf_info = {
     .parent = TYPE_PCI_DEVICE,
     .instance_size = sizeof(IgbVfState),
     .class_init = igbvf_class_init,
-    .interfaces = (InterfaceInfo[]) {
+    .interfaces = (const InterfaceInfo[]) {
         { INTERFACE_PCIE_DEVICE },
         { }
     },