فهرست منبع

usb: musb: export musb_interrupt symbol

currently that's used by another module
(am35x) which, granted, it shouldn't be
using that, but in order to avoid compile
errors, let's export that symbol temporarily
until re-factoring work is done on that
driver.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Felipe Balbi 14 سال پیش
والد
کامیت
981430a170
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      drivers/usb/musb/musb_core.c

+ 1 - 1
drivers/usb/musb/musb_core.c

@@ -1628,7 +1628,7 @@ irqreturn_t musb_interrupt(struct musb *musb)
 
 
 	return retval;
 	return retval;
 }
 }
-
+EXPORT_SYMBOL_GPL(musb_interrupt);
 
 
 #ifndef CONFIG_MUSB_PIO_ONLY
 #ifndef CONFIG_MUSB_PIO_ONLY
 static int __initdata use_dma = 1;
 static int __initdata use_dma = 1;