]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - drivers/mmc/host/atmel-mci.c
dmaengine: kill struct dma_client and supporting infrastructure
[linux-2.6.git] / drivers / mmc / host / atmel-mci.c
index 7a34118507db17a0699520816016b8c6d2655226..4b567a0408e18089d53bcd13ff983605ffc34b83 100644 (file)
@@ -55,7 +55,6 @@ enum atmel_mci_state {
 
 struct atmel_mci_dma {
 #ifdef CONFIG_MMC_ATMELMCI_DMA
-       struct dma_client               client;
        struct dma_chan                 *chan;
        struct dma_async_tx_descriptor  *data_desc;
 #endif