aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/core')
-rw-r--r--drivers/usb/core/hcd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c
index c5753c797735..5cca00a6d09d 100644
--- a/drivers/usb/core/hcd.c
+++ b/drivers/usb/core/hcd.c
@@ -2085,6 +2085,7 @@ irqreturn_t usb_hcd_irq (int irq, void *__hcd)
2085 local_irq_restore(flags); 2085 local_irq_restore(flags);
2086 return rc; 2086 return rc;
2087} 2087}
2088EXPORT_SYMBOL_GPL(usb_hcd_irq);
2088 2089
2089/*-------------------------------------------------------------------------*/ 2090/*-------------------------------------------------------------------------*/
2090 2091