]> Git Repo - qemu.git/blobdiff - hw/es1370.c
Make all static TypeInfos const
[qemu.git] / hw / es1370.c
index 59c3f2329ea78fa1e5315f602890b39ebe3d49a8..977d2e376767de68f8160e11597952e0ecfe6c82 100644 (file)
@@ -1073,7 +1073,7 @@ static void es1370_class_init (ObjectClass *klass, void *data)
     dc->vmsd = &vmstate_es1370;
 }
 
-static TypeInfo es1370_info = {
+static const TypeInfo es1370_info = {
     .name          = "ES1370",
     .parent        = TYPE_PCI_DEVICE,
     .instance_size = sizeof (ES1370State),
This page took 0.024174 seconds and 4 git commands to generate.