diff options
author | Felipe Balbi <balbi@ti.com> | 2011-05-11 13:02:23 +0300 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-05-13 14:34:06 +0300 |
commit | 981430a1704123b569865997bdde4f1de1afca7e (patch) | |
tree | 57e12c17ef493c8f6c1877c23a009300d754772d /drivers/usb | |
parent | 1376d92f9e14209e8c0d549ed143edc70ba6dbb7 (diff) |
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>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/musb/musb_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c index 6e3988cb6e8..92aeec1f727 100644 --- a/drivers/usb/musb/musb_core.c +++ b/drivers/usb/musb/musb_core.c @@ -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; |