diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-10-26 15:56:47 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-30 08:39:31 -0500 |
commit | 2b0efdc3e116753e349bc3d1888a8520f57e8315 (patch) | |
tree | a17fdd90789af0fb69283a80737608f2cd68e5a1 /hw/usb.h | |
parent | fa7c70c35a24f2c5b115004c51f3b726cc630e6d (diff) |
usb-serial and braille: use qdev for -usbdevice
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/usb.h')
-rw-r--r-- | hw/usb.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -265,9 +265,6 @@ USBDevice *usb_net_init(NICInfo *nd); /* usb-bt.c */ USBDevice *usb_bt_init(HCIInfo *hci); -/* usb-serial.c */ -USBDevice *usb_serial_init(const char *filename); - /* usb ports of the VM */ #define VM_USB_HUB_SIZE 8 |