]> git.proxmox.com Git - qemu.git/blobdiff - hw/ccid-card-passthru.c
Make all static TypeInfos const
[qemu.git] / hw / ccid-card-passthru.c
index 4be05471a9956ba8b0be0d3a3dc4959b2b59c085..984bd0bf4c76f7762a38ec22d97275c86e069bf4 100644 (file)
@@ -336,7 +336,7 @@ static void passthru_class_initfn(ObjectClass *klass, void *data)
     dc->props = passthru_card_properties;
 }
 
-static TypeInfo passthru_card_info = {
+static const TypeInfo passthru_card_info = {
     .name          = PASSTHRU_DEV_NAME,
     .parent        = TYPE_CCID_CARD,
     .instance_size = sizeof(PassthruState),