]> Git Repo - qemu.git/blobdiff - hw/pl031.c
Make all static TypeInfos const
[qemu.git] / hw / pl031.c
index 3a23ecde4829f6d36d3be1d6b207b452a29bcc63..757867ff7995b2c2d601042db14a40c7b0e2a5d5 100644 (file)
@@ -250,7 +250,7 @@ static void pl031_class_init(ObjectClass *klass, void *data)
     dc->vmsd = &vmstate_pl031;
 }
 
-static TypeInfo pl031_info = {
+static const TypeInfo pl031_info = {
     .name          = "pl031",
     .parent        = TYPE_SYS_BUS_DEVICE,
     .instance_size = sizeof(pl031_state),
This page took 0.025141 seconds and 4 git commands to generate.