]> Git Repo - qemu.git/blobdiff - hw/max7310.c
Make all static TypeInfos const
[qemu.git] / hw / max7310.c
index 1ed18ba8764b88e5d4fedb5becbb39bb62c73e2f..de2221ba0124dca4fb297b080b893805553af34f 100644 (file)
@@ -198,7 +198,7 @@ static void max7310_class_init(ObjectClass *klass, void *data)
     dc->vmsd = &vmstate_max7310;
 }
 
-static TypeInfo max7310_info = {
+static const TypeInfo max7310_info = {
     .name          = "max7310",
     .parent        = TYPE_I2C_SLAVE,
     .instance_size = sizeof(MAX7310State),
This page took 0.023602 seconds and 4 git commands to generate.