summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
diff options
context:
space:
mode:
authorDan Williams2009-01-06 19:38:17 +0100
committerDan Williams2009-01-06 19:38:17 +0100
commitaa1e6f1a385eb2b04171ec841f3b760091e4a8ee (patch)
tree1401e7f1e867e5d4a769b648605e0317d25d5ccb /drivers/mmc/host
parentdmaengine: replace dma_async_client_register with dmaengine_get (diff)
downloadkernel-qcow2-linux-aa1e6f1a385eb2b04171ec841f3b760091e4a8ee.tar.gz
kernel-qcow2-linux-aa1e6f1a385eb2b04171ec841f3b760091e4a8ee.tar.xz
kernel-qcow2-linux-aa1e6f1a385eb2b04171ec841f3b760091e4a8ee.zip
dmaengine: kill struct dma_client and supporting infrastructure
All users have been converted to either the general-purpose allocator, dma_find_channel, or dma_request_channel. Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/mmc/host')
-rw-r--r--drivers/mmc/host/atmel-mci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c
index 7a34118507db..4b567a0408e1 100644
--- a/drivers/mmc/host/atmel-mci.c
+++ b/drivers/mmc/host/atmel-mci.c
@@ -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