dmaengine/dma_slave: introduce inline wrappers
[deliverable/linux.git] / drivers / mmc / host / mxs-mmc.c
index 382c835d217cf23372594b230dcd7923971288d5..65f36cf2ff334bf0059ddd57401e5b70c19566e5 100644 (file)
@@ -324,7 +324,7 @@ static struct dma_async_tx_descriptor *mxs_mmc_prep_dma(
                sg_len = SSP_PIO_NUM;
        }
 
-       desc = host->dmach->device->device_prep_slave_sg(host->dmach,
+       desc = dmaengine_prep_slave_sg(host->dmach,
                                sgl, sg_len, host->slave_dirn, append);
        if (desc) {
                desc->callback = mxs_mmc_dma_irq_callback;
This page took 0.02432 seconds and 5 git commands to generate.