Skip to content

Commit

Permalink
usb: musb: export musb_interrupt symbol
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Felipe Balbi committed May 13, 2011
1 parent 1376d92 commit 981430a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/musb/musb_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 981430a

Please sign in to comment.