mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-15 21:36:32 +00:00
usb: Fix signature of stub usb_host_device_open
This was a breakage of 3741715cf2
.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
d9bafcd1db
commit
41e37c33fc
@ -41,7 +41,7 @@ void usb_host_info(Monitor *mon)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* XXX: modify configure to compile the right host driver */
|
/* XXX: modify configure to compile the right host driver */
|
||||||
USBDevice *usb_host_device_open(const char *devname)
|
USBDevice *usb_host_device_open(USBBus *bus, const char *devname)
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user