]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/dma/timb_dma.c
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
[mirror_ubuntu-zesty-kernel.git] / drivers / dma / timb_dma.c
index d408c22060231549227aab005f9c543c2ae83d1f..4e0dff59901da8e008f6a004b5f670228fae00f9 100644 (file)
@@ -542,7 +542,8 @@ static void td_issue_pending(struct dma_chan *chan)
 
 static struct dma_async_tx_descriptor *td_prep_slave_sg(struct dma_chan *chan,
        struct scatterlist *sgl, unsigned int sg_len,
-       enum dma_transfer_direction direction, unsigned long flags)
+       enum dma_transfer_direction direction, unsigned long flags,
+       void *context)
 {
        struct timb_dma_chan *td_chan =
                container_of(chan, struct timb_dma_chan, chan);