projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1376d92
)
usb: musb: export musb_interrupt symbol
author
Felipe Balbi
<balbi@ti.com>
Wed, 11 May 2011 10:02:23 +0000
(13:02 +0300)
committer
Felipe Balbi
<balbi@ti.com>
Fri, 13 May 2011 11:34:06 +0000
(14:34 +0300)
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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/musb/musb_core.c
b/drivers/usb/musb/musb_core.c
index 6e3988cb6e8a7e48424fa8aff376357bdc8dec4b..92aeec1f72713a2decf4cbbeffdf38c1f8a8ac82 100644
(file)
--- 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;