aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/host-bsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/usb/host-bsd.c')
-rw-r--r--hw/usb/host-bsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/host-bsd.c b/hw/usb/host-bsd.c
index 340c21a..172aecb 100644
--- a/hw/usb/host-bsd.c
+++ b/hw/usb/host-bsd.c
@@ -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),