Now that DaVinci glue layer can be modular, we must export cppi_interrupt() that it may call... Signed-off-by: Sergei Shtylyov <sshtylyov@xxxxxxxxxxxxx> Cc: stable@xxxxxxxxxxxxxxx # 3.0+ --- This patch is atop of 'musb' branch of Felipe's tree... drivers/usb/musb/cppi_dma.c | 1 + 1 file changed, 1 insertion(+) Index: usb/drivers/usb/musb/cppi_dma.c =================================================================== --- usb.orig/drivers/usb/musb/cppi_dma.c +++ usb/drivers/usb/musb/cppi_dma.c @@ -1314,6 +1314,7 @@ irqreturn_t cppi_interrupt(int irq, void return IRQ_HANDLED; } +EXPORT_SYMBOL_GPL(cppi_interrupt); /* Instantiate a software object representing a DMA controller. */ struct dma_controller *__devinit -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html