dma: export jz4740_dma_request
SVN-Revision: 20129
This commit is contained in:
parent
bf31e79489
commit
7768a25923
1 changed files with 3 additions and 2 deletions
|
@ -100,7 +100,7 @@ struct jz4740_dma_chan {
|
||||||
uint32_t transfer_shift;
|
uint32_t transfer_shift;
|
||||||
|
|
||||||
jz4740_dma_complete_callback_t complete_cb;
|
jz4740_dma_complete_callback_t complete_cb;
|
||||||
|
|
||||||
unsigned used:1;
|
unsigned used:1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -140,8 +140,9 @@ struct jz4740_dma_chan* jz4740_dma_request(void *dev, const char *name)
|
||||||
|
|
||||||
return dma;
|
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)
|
const struct jz4740_dma_config *config)
|
||||||
{
|
{
|
||||||
uint32_t cmd;
|
uint32_t cmd;
|
||||||
|
|
Loading…
Reference in a new issue