OSDN Git Service

mmc: tmio_mmc: fix PIO fallback on DMA descriptor allocation failure
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / drivers / mmc / host / tmio_mmc.h
index 0fedc78..0b7d916 100644 (file)
@@ -112,9 +112,7 @@ struct tmio_mmc_host {
        struct tasklet_struct   dma_complete;
        struct tasklet_struct   dma_issue;
 #ifdef CONFIG_TMIO_MMC_DMA
-       struct dma_async_tx_descriptor *desc;
        unsigned int            dma_sglen;
-       dma_cookie_t            cookie;
 #endif
 };