summaryrefslogtreecommitdiffstats
path: root/target/linux/xburst
diff options
context:
space:
mode:
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-11 01:29:44 +0000
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-11 01:29:44 +0000
commit6a2544bb8047221763f176620698ac928e37a09c (patch)
tree692daabfcbfbc78ec224274a74347295aa1703fc /target/linux/xburst
parent345d039b28653543d7c52af7542a44de22e14cfe (diff)
[xburst] dma: export jz4740_dma_request
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20129 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst')
-rw-r--r--target/linux/xburst/files-2.6.32/arch/mips/jz4740/dma.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/xburst/files-2.6.32/arch/mips/jz4740/dma.c b/target/linux/xburst/files-2.6.32/arch/mips/jz4740/dma.c
index e43fb743f..43086dd34 100644
--- a/target/linux/xburst/files-2.6.32/arch/mips/jz4740/dma.c
+++ b/target/linux/xburst/files-2.6.32/arch/mips/jz4740/dma.c
@@ -100,7 +100,7 @@ struct jz4740_dma_chan {
uint32_t transfer_shift;
jz4740_dma_complete_callback_t complete_cb;
-
+
unsigned used:1;
};
@@ -140,8 +140,9 @@ struct jz4740_dma_chan* jz4740_dma_request(void *dev, const char *name)
return dma;
}
+EXPORT_SYMBOL_GPL(jz4740_dma_request);
-void jz4740_dma_configure(struct jz4740_dma_chan *dma,
+void jz4740_dma_configure(struct jz4740_dma_chan *dma,
const struct jz4740_dma_config *config)
{
uint32_t cmd;