]> git.proxmox.com Git - qemu.git/blobdiff - hw/usb/dev-bluetooth.c
Make all static TypeInfos const
[qemu.git] / hw / usb / dev-bluetooth.c
index a0d7a88d9179e95b6e5980afc40372ea9398cad4..adbf9d46970d9b6f527f4baa875f6638c7f11508 100644 (file)
@@ -555,7 +555,7 @@ static void usb_bt_class_initfn(ObjectClass *klass, void *data)
     dc->vmsd = &vmstate_usb_bt;
 }
 
-static TypeInfo bt_info = {
+static const TypeInfo bt_info = {
     .name          = "usb-bt-dongle",
     .parent        = TYPE_USB_DEVICE,
     .instance_size = sizeof(struct USBBtState),