Commit 981430a1 authored by Felipe Balbi's avatar Felipe Balbi

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: default avatarFelipe Balbi <balbi@ti.com>
parent 1376d92f
...@@ -1628,7 +1628,7 @@ irqreturn_t musb_interrupt(struct musb *musb) ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment