[ 3.5.y.z extended stable ] Patch "usb: musb: cppi_dma: export cppi_interrupt()" has been added to staging queue
Herton Ronaldo Krzesinski
herton.krzesinski at canonical.com
Mon Jan 7 20:32:28 UTC 2013
This is a note to let you know that I have just added a patch titled
usb: musb: cppi_dma: export cppi_interrupt()
to the linux-3.5.y-queue branch of the 3.5.y.z extended stable tree
which can be found at:
http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.5.y-queue
If you, or anyone else, feels it should not be added to this tree, please
reply to this email.
For more information about the 3.5.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable
Thanks.
-Herton
------
>From 328be8a6ec90c2f795a0f77b44a9b1b878f4f3ce Mon Sep 17 00:00:00 2001
From: Sergei Shtylyov <sshtylyov at ru.mvista.com>
Date: Mon, 5 Nov 2012 22:26:40 +0300
Subject: [PATCH] usb: musb: cppi_dma: export cppi_interrupt()
commit 8b416b0b25d5d8ddb3a91c1d20e1373582c50405 upstream.
Now that DaVinci glue layer can be modular, we must export cppi_interrupt()
that it may call...
Signed-off-by: Sergei Shtylyov <sshtylyov at ru.mvista.com>
Signed-off-by: Felipe Balbi <balbi at ti.com>
[ herton: unfuzz patch ]
Signed-off-by: Herton Ronaldo Krzesinski <herton.krzesinski at canonical.com>
---
drivers/usb/musb/cppi_dma.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/musb/cppi_dma.c b/drivers/usb/musb/cppi_dma.c
index 8637c1f..c5835e8 100644
--- a/drivers/usb/musb/cppi_dma.c
+++ b/drivers/usb/musb/cppi_dma.c
@@ -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 *__init
--
1.7.9.5
More information about the kernel-team
mailing list