]> Git Repo - qemu.git/blobdiff - hw/ne2000.c
Make all static TypeInfos const
[qemu.git] / hw / ne2000.c
index 00efa74a0f342e2bea30e06cdc57760225c5c5fc..872115c454636e040e0300e0eba2b8fc981dcb03 100644 (file)
@@ -773,7 +773,7 @@ static void ne2000_class_init(ObjectClass *klass, void *data)
     dc->props = ne2000_properties;
 }
 
-static TypeInfo ne2000_info = {
+static const TypeInfo ne2000_info = {
     .name          = "ne2k_pci",
     .parent        = TYPE_PCI_DEVICE,
     .instance_size = sizeof(PCINE2000State),
This page took 0.023462 seconds and 4 git commands to generate.