]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/dma/imx-sdma.c
dmaengine: Pass flags via device_prep_dma_cyclic() callback
[karo-tx-linux.git] / drivers / dma / imx-sdma.c
index 1dc2a4ad0026d21c43720941a2670cf0518c60e0..2c5fd3e9880c88f52efe4cb04808d5bcf6b358ae 100644 (file)
@@ -1012,7 +1012,7 @@ err_out:
 static struct dma_async_tx_descriptor *sdma_prep_dma_cyclic(
                struct dma_chan *chan, dma_addr_t dma_addr, size_t buf_len,
                size_t period_len, enum dma_transfer_direction direction,
-               void *context)
+               unsigned long flags, void *context)
 {
        struct sdma_channel *sdmac = to_sdma_chan(chan);
        struct sdma_engine *sdma = sdmac->sdma;