summaryrefslogtreecommitdiff
path: root/include/asm-blackfin/mach-bf561/dma.h
diff options
context:
space:
mode:
authorBernd Schmidt <bernds_cb1@t-online.de>2008-04-24 05:31:18 +0800
committerBryan Wu <cooloney@kernel.org>2008-04-24 05:31:18 +0800
commit7795566495ff90c541a4654d3c903ab277abadfd (patch)
tree6366dc7e8f175758124c2ef525d53845101ba6ce /include/asm-blackfin/mach-bf561/dma.h
parentac86a9785384843e8359c45a042cc4f87953d4c8 (diff)
[Blackfin] arch: Give the DMA base registers a more descriptive name
The DMA base registers are available in a global named "base_addr" for every Blackfin variant. Give this a more descriptive name, and remove duplicate tables from some drivers. Signed-off-by: Bernd Schmidt <bernds_cb1@t-online.de> Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'include/asm-blackfin/mach-bf561/dma.h')
-rw-r--r--include/asm-blackfin/mach-bf561/dma.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-blackfin/mach-bf561/dma.h b/include/asm-blackfin/mach-bf561/dma.h
index 766334b7d8ab..21d982003e75 100644
--- a/include/asm-blackfin/mach-bf561/dma.h
+++ b/include/asm-blackfin/mach-bf561/dma.h
@@ -32,7 +32,4 @@
#define CH_IMEM_STREAM1_SRC 34
#define CH_IMEM_STREAM1_DEST 35
-extern int channel2irq(unsigned int channel);
-extern struct dma_register *base_addr[];
-
#endif