diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-11-30 13:02:47 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-02-19 12:30:05 +0100 |
commit | 1a3973b33d36583d7194798f789a37759a13e269 (patch) | |
tree | e34c62d13d0ac6f7aa80e3180b87de65430ee2ce /hw/usb.h | |
parent | 4075975d832c55abdfc951726e54f9a28a2421c8 (diff) |
usb-host: remove usb_host_device_close
Nobody implements that anyway.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb.h')
-rw-r--r-- | hw/usb.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -434,7 +434,6 @@ int set_usb_string(uint8_t *buf, const char *str); /* usb-linux.c */ USBDevice *usb_host_device_open(USBBus *bus, const char *devname); -int usb_host_device_close(const char *devname); void usb_host_info(Monitor *mon, const QDict *qdict); /* usb-bt.c */ |