usb: Fix signature of stub usb_host_device_open
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 1 Mar 2012 09:43:50 +0000 (10:43 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 3 Mar 2012 17:54:16 +0000 (17:54 +0000)
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>
usb-stub.c

index 9c3fceab1fc2eb3dfee1130a28ba0f8a575ab919..b4e10c12ca60446aec0ecc8362ab48ebaefea60e 100644 (file)
@@ -41,7 +41,7 @@ void usb_host_info(Monitor *mon)
 }
 
 /* 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;
 }