]> Git Repo - qemu.git/blobdiff - hw/jazz_led.c
Make all static TypeInfos const
[qemu.git] / hw / jazz_led.c
index f4a040631e3b7ce000adb5ac0adb77cd0067f77b..4822c485f208768289a88d7234428d7a94858ce6 100644 (file)
@@ -277,7 +277,7 @@ static void jazz_led_class_init(ObjectClass *klass, void *data)
     dc->reset = jazz_led_reset;
 }
 
     dc->reset = jazz_led_reset;
 }
 
-static TypeInfo jazz_led_info = {
+static const TypeInfo jazz_led_info = {
     .name          = "jazz-led",
     .parent        = TYPE_SYS_BUS_DEVICE,
     .instance_size = sizeof(LedState),
     .name          = "jazz-led",
     .parent        = TYPE_SYS_BUS_DEVICE,
     .instance_size = sizeof(LedState),
This page took 0.024066 seconds and 4 git commands to generate.