dma: export jz4740_dma_request

SVN-Revision: 20129
This commit is contained in:
Lars-Peter Clausen 2010-03-11 01:29:44 +00:00
parent bf31e79489
commit 7768a25923

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)