]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/mmc/host/tmio_mmc.h
mmc: tmio: ensure end of DMA and SD access are in sync
[karo-tx-linux.git] / drivers / mmc / host / tmio_mmc.h
index 2b349d48fb9a8a8bcbdb1f552c3b7bf04cf07a37..891d400d2a7cf21b129afdc28699928faeef8e5b 100644 (file)
@@ -137,7 +137,7 @@ struct tmio_mmc_host {
        bool                    force_pio;
        struct dma_chan         *chan_rx;
        struct dma_chan         *chan_tx;
-       struct tasklet_struct   dma_complete;
+       struct completion       dma_dataend;
        struct tasklet_struct   dma_issue;
        struct scatterlist      bounce_sg;
        u8                      *bounce_buf;