Commit 72e6b965 authored by Sergei Shtylyov's avatar Sergei Shtylyov Committed by Ben Hutchings

usb: musb: cppi_dma: export cppi_interrupt()

commit 8b416b0b upstream.

Now that DaVinci glue layer can be modular, we must export cppi_interrupt()
that it may call...
Signed-off-by: default avatarSergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 25920992
......@@ -1313,6 +1313,7 @@ irqreturn_t cppi_interrupt(int irq, void *dev_id)
return IRQ_HANDLED;
}
EXPORT_SYMBOL_GPL(cppi_interrupt);
/* Instantiate a software object representing a DMA controller. */
struct dma_controller *__init
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment