usb-host: remove usb_host_device_close

Nobody implements that anyway.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann 2012-11-30 13:02:47 +01:00
parent 4075975d83
commit 1a3973b33d
5 changed files with 3 additions and 38 deletions

View file

@ -45,8 +45,3 @@ USBDevice *usb_host_device_open(USBBus *bus, const char *devname)
{
return NULL;
}
int usb_host_device_close(const char *devname)
{
return 0;
}