]> Git Repo - qemu.git/blobdiff - hw/ac97.c
Make all static TypeInfos const
[qemu.git] / hw / ac97.c
index 5cd19c1d023d3f428777d222494f037dca81349f..6c565e755c0fac1b6d10c29bf01faac3cbaa2603 100644 (file)
--- a/hw/ac97.c
+++ b/hw/ac97.c
@@ -1423,7 +1423,7 @@ static void ac97_class_init (ObjectClass *klass, void *data)
     dc->props = ac97_properties;
 }
 
-static TypeInfo ac97_info = {
+static const TypeInfo ac97_info = {
     .name          = "AC97",
     .parent        = TYPE_PCI_DEVICE,
     .instance_size = sizeof (AC97LinkState),
This page took 0.023817 seconds and 4 git commands to generate.