]> Git Repo - qemu.git/blobdiff - hw/hpet.c
Make all static TypeInfos const
[qemu.git] / hw / hpet.c
index 78c0662dfca4225955517cd0552e6101af7a1a08..6efae55eee6284da900ed805ecc712d732fdf368 100644 (file)
--- a/hw/hpet.c
+++ b/hw/hpet.c
@@ -745,7 +745,7 @@ static void hpet_device_class_init(ObjectClass *klass, void *data)
     dc->props = hpet_device_properties;
 }
 
-static TypeInfo hpet_device_info = {
+static const TypeInfo hpet_device_info = {
     .name          = "hpet",
     .parent        = TYPE_SYS_BUS_DEVICE,
     .instance_size = sizeof(HPETState),
This page took 0.024087 seconds and 4 git commands to generate.