]> git.proxmox.com Git - qemu.git/blobdiff - hw/cs4231a.c
Make all static TypeInfos const
[qemu.git] / hw / cs4231a.c
index 9d528c43b0e2acb6fc979b791167e6f467173161..73f08594bf468ea616d24c6bc61e09e7a5590fc5 100644 (file)
@@ -682,7 +682,7 @@ static void cs4231a_class_initfn (ObjectClass *klass, void *data)
     dc->props = cs4231a_properties;
 }
 
-static TypeInfo cs4231a_info = {
+static const TypeInfo cs4231a_info = {
     .name          = "cs4231a",
     .parent        = TYPE_ISA_DEVICE,
     .instance_size = sizeof (CSState),