]> Git Repo - qemu.git/blobdiff - hw/usb/host-bsd.c
Make all static TypeInfos const
[qemu.git] / hw / usb / host-bsd.c
index 340c21aeb493c52c6500f555868b3e568d7fe052..172aecbffdf526a62791caba0a8cfa265a06eb90 100644 (file)
@@ -407,7 +407,7 @@ static void usb_host_class_initfn(ObjectClass *klass, void *data)
     uc->handle_destroy = usb_host_handle_destroy;
 }
 
-static TypeInfo usb_host_dev_info = {
+static const TypeInfo usb_host_dev_info = {
     .name          = "usb-host",
     .parent        = TYPE_USB_DEVICE,
     .instance_size = sizeof(USBHostDevice),
This page took 0.024048 seconds and 4 git commands to generate.