diff options
author | Tom Rini <trini@konsulko.com> | 2015-08-19 18:04:48 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-08-19 18:04:48 -0400 |
commit | a5d338b2f24d8e193bfa2b6ee33eb39cff0b4adf (patch) | |
tree | d76b05507789305b36c78f478acde37fde1cd994 /drivers/usb/host/xhci-omap.c | |
parent | d1221462fece27ad163dcd0c181a456c73fe2011 (diff) | |
parent | 7a1386f96bca550240670fa3461d3a0dc060aa01 (diff) |
Merge git://git.denx.de/u-boot-usb
Diffstat (limited to 'drivers/usb/host/xhci-omap.c')
-rw-r--r-- | drivers/usb/host/xhci-omap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci-omap.c b/drivers/usb/host/xhci-omap.c index 3a55208384..104e7a7282 100644 --- a/drivers/usb/host/xhci-omap.c +++ b/drivers/usb/host/xhci-omap.c @@ -96,4 +96,5 @@ void xhci_hcd_stop(int index) struct omap_xhci *ctx = &omap; omap_xhci_core_exit(ctx); + board_usb_cleanup(index, USB_INIT_HOST); } |