]> Git Repo - qemu.git/blobdiff - hw/ioh3420.c
Make all static TypeInfos const
[qemu.git] / hw / ioh3420.c
index d706e195df67d408fcee6f375f433dcffa381b65..95bceb5347a8a517cb70e7c287d15e3a0611ff9e 100644 (file)
@@ -226,7 +226,7 @@ static void ioh3420_class_init(ObjectClass *klass, void *data)
     dc->props = ioh3420_properties;
 }
 
-static TypeInfo ioh3420_info = {
+static const TypeInfo ioh3420_info = {
     .name          = "ioh3420",
     .parent        = TYPE_PCI_DEVICE,
     .instance_size = sizeof(PCIESlot),
This page took 0.022187 seconds and 4 git commands to generate.