The field dma_xfer of the struct msdc_host is not used anymore, remove
it.
Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
        struct msdc_dma             dma;            /* dma channel */
        u32                         dma_xfer_size;  /* dma transfer size in bytes */
-       int                         dma_xfer;       /* dma transfer mode */
 
        u32                         timeout_ns;     /* data timeout ns */
        u32                         timeout_clks;   /* data timeout clks */
 
        void __iomem *base = host->base;
        struct mmc_command *stop = host->mrq->stop;
 
-       ERR_MSG("Need to Abort. dma<%d>", host->dma_xfer);
+       ERR_MSG("Need to Abort.");
 
        msdc_reset_hw(host);
        msdc_clr_fifo();