mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
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>
This commit is contained in:
parent
1376d92f9e
commit
981430a170
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue