aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf533/dma.c
diff options
context:
space:
mode:
authorMike Frysinger <michael.frysinger@analog.com>2007-06-21 11:34:16 +0800
committerBryan Wu <bryan.wu@analog.com>2007-06-21 11:34:16 +0800
commitf8ffe652a01506e85e2dd579c58e50a3ba391921 (patch)
tree54e04558dd60f61b4b902e60feca79ce5f2d9067 /arch/blackfin/mach-bf533/dma.c
parentBlackfin arch: defines and provides entry points for certain user space functions at fixed addresses (diff)
downloadlinux-dev-f8ffe652a01506e85e2dd579c58e50a3ba391921.tar.xz
linux-dev-f8ffe652a01506e85e2dd579c58e50a3ba391921.zip
Blackfin arch: need to rename function after moving to match new internal dma API
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to '')
-rw-r--r--arch/blackfin/mach-bf533/dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf533/dma.c b/arch/blackfin/mach-bf533/dma.c
index c4e405492634..6c909cf4f7bf 100644
--- a/arch/blackfin/mach-bf533/dma.c
+++ b/arch/blackfin/mach-bf533/dma.c
@@ -44,7 +44,7 @@ struct dma_register *base_addr[MAX_BLACKFIN_DMA_CHANNEL] = {
(struct dma_register *) MDMA_S1_NEXT_DESC_PTR,
};
-int bf533_channel2irq(unsigned int channel)
+int channel2irq(unsigned int channel)
{
int ret_irq = -1;