Skip to content

Commit

Permalink
usb: musb: cppi_dma: export cppi_interrupt()
Browse files Browse the repository at this point in the history
Now that DaVinci glue layer can be modular, we must export cppi_interrupt()
that it may call...

Cc: stable@vger.kernel.org # 3.0+
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Sergei Shtylyov authored and Felipe Balbi committed Nov 6, 2012
1 parent c68bb4c commit 8b416b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/musb/cppi_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1314,6 +1314,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 *__devinit
Expand Down

0 comments on commit 8b416b0

Please sign in to comment.