]> Git Repo - qemu.git/blobdiff - hw/wdt_i6300esb.c
Make all static TypeInfos const
[qemu.git] / hw / wdt_i6300esb.c
index 54f0665135e4201af9f7a9f5c90d36b1aa59b850..37ce362811f294768887dd4ed629489d17e2bfc4 100644 (file)
@@ -439,7 +439,7 @@ static void i6300esb_class_init(ObjectClass *klass, void *data)
     dc->vmsd = &vmstate_i6300esb;
 }
 
-static TypeInfo i6300esb_info = {
+static const TypeInfo i6300esb_info = {
     .name          = "i6300esb",
     .parent        = TYPE_PCI_DEVICE,
     .instance_size = sizeof(I6300State),
This page took 0.021267 seconds and 4 git commands to generate.