]> Git Repo - qemu.git/blobdiff - hw/twl92230.c
Make all static TypeInfos const
[qemu.git] / hw / twl92230.c
index c71e4a2af0c35efa63ebf649025cc4db18a43115..70d9b03e553162c6b8a8a1222fa4a0344c851873 100644 (file)
@@ -867,7 +867,7 @@ static void twl92230_class_init(ObjectClass *klass, void *data)
     dc->vmsd = &vmstate_menelaus;
 }
 
-static TypeInfo twl92230_info = {
+static const TypeInfo twl92230_info = {
     .name          = "twl92230",
     .parent        = TYPE_I2C_SLAVE,
     .instance_size = sizeof(MenelausState),
This page took 0.021622 seconds and 4 git commands to generate.