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)
commit981430a1704123b569865997bdde4f1de1afca7e
tree57e12c17ef493c8f6c1877c23a009300d754772d
parent1376d92f9e14209e8c0d549ed143edc70ba6dbb7
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>
drivers/usb/musb/musb_core.c