dmaengine: Pass flags via device_prep_dma_cyclic() callback
[deliverable/linux.git] / drivers / dma / tegra20-apb-dma.c
index 24acd711e0326852e2bf97bce308fb1fe272cea6..b42b6ffb75adf2be4b1872234a9145f9d097e146 100644 (file)
@@ -990,7 +990,7 @@ static struct dma_async_tx_descriptor *tegra_dma_prep_slave_sg(
 struct dma_async_tx_descriptor *tegra_dma_prep_dma_cyclic(
        struct dma_chan *dc, dma_addr_t buf_addr, size_t buf_len,
        size_t period_len, enum dma_transfer_direction direction,
-       void *context)
+       unsigned long flags, void *context)
 {
        struct tegra_dma_channel *tdc = to_tegra_dma_chan(dc);
        struct tegra_dma_desc *dma_desc = NULL;
This page took 0.023994 seconds and 5 git commands to generate.