]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/usb/host/ehci-hcd.c
usb: Make pollable int support available outside of ehci-hcd.c
[people/ms/u-boot.git] / drivers / usb / host / ehci-hcd.c
index 78a1af8d7d9d5d1e34048713e3c3386cdc3d136e..c671c72cb1cfc014a00b47b8b7ad38c1a52e5b0f 100644 (file)
@@ -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;