From 078e6379bf2bae6750c11eaf4cb839e0f2e21251 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Thu, 11 Mar 2010 01:29:44 +0000 Subject: [PATCH] [xburst] dma: export jz4740_dma_request SVN-Revision: 20129 --- target/linux/xburst/files-2.6.32/arch/mips/jz4740/dma.c | 5 +++-- 1 file 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 e43fb743fd..43086dd341 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; -- 2.30.2