summary refs log tree commit diff stats
path: root/backends/iommufd.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/iommufd.c')
-rw-r--r--backends/iommufd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/iommufd.c b/backends/iommufd.c
index 17f7ae3809..1498102099 100644
--- a/backends/iommufd.c
+++ b/backends/iommufd.c
@@ -342,7 +342,7 @@ static const TypeInfo types[] = {
         .instance_finalize = iommufd_backend_finalize,
         .class_size = sizeof(IOMMUFDBackendClass),
         .class_init = iommufd_backend_class_init,
-        .interfaces = (InterfaceInfo[]) {
+        .interfaces = (const InterfaceInfo[]) {
             { TYPE_USER_CREATABLE },
             { }
         }