diff options
Diffstat (limited to 'hw/usb-hub.c')
-rw-r--r-- | hw/usb-hub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb-hub.c b/hw/usb-hub.c index ee4e6a6920..3e33685fa0 100644 --- a/hw/usb-hub.c +++ b/hw/usb-hub.c @@ -557,6 +557,6 @@ static struct DeviceInfo hub_info = { static void usb_hub_register_devices(void) { - usb_qdev_register(&hub_info, NULL, NULL); + usb_qdev_register(&hub_info); } device_init(usb_hub_register_devices) |