]> Git Repo - qemu.git/blobdiff - hw/empty_slot.c
Make all static TypeInfos const
[qemu.git] / hw / empty_slot.c
index 23978eb1495471629606bab171fe4d59de8a7b95..3cb6ccb27d911621d7391a2b32782d8d2f75344d 100644 (file)
@@ -83,7 +83,7 @@ static void empty_slot_class_init(ObjectClass *klass, void *data)
     k->init = empty_slot_init1;
 }
 
-static TypeInfo empty_slot_info = {
+static const TypeInfo empty_slot_info = {
     .name          = "empty_slot",
     .parent        = TYPE_SYS_BUS_DEVICE,
     .instance_size = sizeof(EmptySlot),
This page took 0.023957 seconds and 4 git commands to generate.