Commit e41b39105b2ab0db2c10c53043f1352a762af40d

Authored by pbrook
1 parent 1572a18c

Use locally defined structure.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5569 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
usb-linux.c
... ... @@ -788,7 +788,7 @@ static int usb_linux_update_endp_table(USBHostDevice *s)
788 788 {
789 789 uint8_t *descriptors;
790 790 uint8_t devep, type, configuration, alt_interface;
791   - struct usbdevfs_ctrltransfer ct;
  791 + struct usb_ctrltransfer ct;
792 792 int interface, ret, length, i;
793 793  
794 794 ct.bRequestType = USB_DIR_IN;
... ...