diff options
author | Felipe Balbi <balbi@ti.com> | 2011-05-11 06:02:23 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-05-13 07:34:06 -0400 |
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 6e3988cb6e8a..92aeec1f7271 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) | |||
1628 | 1628 | ||
1629 | return retval; | 1629 | return retval; |
1630 | } | 1630 | } |
1631 | 1631 | EXPORT_SYMBOL_GPL(musb_interrupt); | |
1632 | 1632 | ||
1633 | #ifndef CONFIG_MUSB_PIO_ONLY | 1633 | #ifndef CONFIG_MUSB_PIO_ONLY |
1634 | static int __initdata use_dma = 1; | 1634 | static int __initdata use_dma = 1; |