]> Git Repo - qemu.git/blobdiff - hw/rtl8139.c
Make all static TypeInfos const
[qemu.git] / hw / rtl8139.c
index 3e080621f6c8c74a13193022a6347179bb758701..cfbf3f47c1ca576e907eda1a2f898652bf3ea4c6 100644 (file)
@@ -3540,7 +3540,7 @@ static void rtl8139_class_init(ObjectClass *klass, void *data)
     dc->props = rtl8139_properties;
 }
 
-static TypeInfo rtl8139_info = {
+static const TypeInfo rtl8139_info = {
     .name          = "rtl8139",
     .parent        = TYPE_PCI_DEVICE,
     .instance_size = sizeof(RTL8139State),
This page took 0.025647 seconds and 4 git commands to generate.