]> Git Repo - qemu.git/blobdiff - hw/tcx.c
Make all static TypeInfos const
[qemu.git] / hw / tcx.c
index 185588b49ca2ad50f9fccb791667cfb7616b9286..0ce2952f7393496ed4921529f075206a1902ab21 100644 (file)
--- a/hw/tcx.c
+++ b/hw/tcx.c
@@ -716,7 +716,7 @@ static void tcx_class_init(ObjectClass *klass, void *data)
     dc->props = tcx_properties;
 }
 
-static TypeInfo tcx_info = {
+static const TypeInfo tcx_info = {
     .name          = "SUNW,tcx",
     .parent        = TYPE_SYS_BUS_DEVICE,
     .instance_size = sizeof(TCXState),
This page took 0.023406 seconds and 4 git commands to generate.