[xburst] dma: export jz4740_dma_request

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20129 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Lars-Peter Clausen 2010-03-11 01:29:44 +00:00
parent 26ce4b5601
commit c6bb259c47
1 changed files with 3 additions and 2 deletions

View File

@ -140,6 +140,7 @@ 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,
const struct jz4740_dma_config *config)