diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-09-24 14:06:06 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2014-11-04 06:04:00 +0100 |
commit | 8460b89a6d82ce06c712823973eda6cdb262e9d5 (patch) | |
tree | f08192f6eeb1c84dfe22ce3a32df751dc89369d0 /drivers | |
parent | 8aa26b8e48ba63cf0d4fd8e49658b87cc00a9eaf (diff) | |
download | u-boot-imx-8460b89a6d82ce06c712823973eda6cdb262e9d5.zip u-boot-imx-8460b89a6d82ce06c712823973eda6cdb262e9d5.tar.gz u-boot-imx-8460b89a6d82ce06c712823973eda6cdb262e9d5.tar.bz2 |
usb: Make pollable int support available outside of ehci-hcd.c
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/host/ehci-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 78a1af8..c671c72 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c @@ -1340,7 +1340,7 @@ void *poll_int_queue(struct usb_device *dev, struct int_queue *queue) } /* Do not free buffers associated with QHs, they're owned by someone else */ -static int +int destroy_int_queue(struct usb_device *dev, struct int_queue *queue) { struct ehci_ctrl *ctrl = dev->controller; |