]> Git Repo - qemu.git/blobdiff - hw/escc.c
Make all static TypeInfos const
[qemu.git] / hw / escc.c
index f09904aae4cf6a61a07e53dfd6bffc03f6cdab7a..c81088b22f0ccb5db1ac11e03215e91f03e497d4 100644 (file)
--- a/hw/escc.c
+++ b/hw/escc.c
@@ -923,7 +923,7 @@ static void escc_class_init(ObjectClass *klass, void *data)
     dc->props = escc_properties;
 }
 
-static TypeInfo escc_info = {
+static const TypeInfo escc_info = {
     .name          = "escc",
     .parent        = TYPE_SYS_BUS_DEVICE,
     .instance_size = sizeof(SerialState),
This page took 0.023998 seconds and 4 git commands to generate.