]> Git Repo - qemu.git/blobdiff - hw/usb/hcd-xhci.c
Make all static TypeInfos const
[qemu.git] / hw / usb / hcd-xhci.c
index 91329209323f1137c425effaf4f8b02beadf725b..92f2eee3bca22987bfa27e7ce7aca23409055bcb 100644 (file)
@@ -3182,7 +3182,7 @@ static void xhci_class_init(ObjectClass *klass, void *data)
     k->no_hotplug   = 1;
 }
 
-static TypeInfo xhci_info = {
+static const TypeInfo xhci_info = {
     .name          = "nec-usb-xhci",
     .parent        = TYPE_PCI_DEVICE,
     .instance_size = sizeof(XHCIState),
This page took 0.02039 seconds and 4 git commands to generate.