usb: musb: export musb_interrupt symbol
authorFelipe Balbi <balbi@ti.com>
Wed, 11 May 2011 10:02:23 +0000 (13:02 +0300)
committerFelipe Balbi <balbi@ti.com>
Fri, 13 May 2011 11:34:06 +0000 (14:34 +0300)
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>
drivers/usb/musb/musb_core.c

index 6e3988cb6e8a7e48424fa8aff376357bdc8dec4b..92aeec1f72713a2decf4cbbeffdf38c1f8a8ac82 100644 (file)
@@ -1628,7 +1628,7 @@ irqreturn_t musb_interrupt(struct musb *musb)
 
        return retval;
 }
-
+EXPORT_SYMBOL_GPL(musb_interrupt);
 
 #ifndef CONFIG_MUSB_PIO_ONLY
 static int __initdata use_dma = 1;