]> Git Repo - qemu.git/blobdiff - hw/highbank.c
Make all static TypeInfos const
[qemu.git] / hw / highbank.c
index 6005622f3a4494f9c2d3a9f95ce820c484e6e39e..98deca8bce97b8b0e9fc35ffc0775ea1b03eb90d 100644 (file)
@@ -168,7 +168,7 @@ static void highbank_regs_class_init(ObjectClass *klass, void *data)
     dc->reset = highbank_regs_reset;
 }
 
-static TypeInfo highbank_regs_info = {
+static const TypeInfo highbank_regs_info = {
     .name          = "highbank-regs",
     .parent        = TYPE_SYS_BUS_DEVICE,
     .instance_size = sizeof(HighbankRegsState),
This page took 0.022743 seconds and 4 git commands to generate.