diff options
author | Vasily Khoruzhick <anarsoul@gmail.com> | 2014-06-01 13:22:09 -0400 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2014-07-09 05:26:13 -0400 |
commit | b45e4b5093298e5d42f4a80f95f08e511dc06767 (patch) | |
tree | ec73d222490a07b750f1b84a2e92369de6183b21 /drivers/mmc/host/s3cmci.h | |
parent | 1b3f626e64b50e4ac3bca046c71cfbaec815670d (diff) |
mmc: s3cmci: port DMA code to dmaengine API
Utilise new s3c24xx-dma dmaengine driver for DMA ops.
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/s3cmci.h')
-rw-r--r-- | drivers/mmc/host/s3cmci.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/mmc/host/s3cmci.h b/drivers/mmc/host/s3cmci.h index c76b53dbeb61..cc2e46cb5c64 100644 --- a/drivers/mmc/host/s3cmci.h +++ b/drivers/mmc/host/s3cmci.h | |||
@@ -26,7 +26,7 @@ struct s3cmci_host { | |||
26 | void __iomem *base; | 26 | void __iomem *base; |
27 | int irq; | 27 | int irq; |
28 | int irq_cd; | 28 | int irq_cd; |
29 | int dma; | 29 | struct dma_chan *dma; |
30 | 30 | ||
31 | unsigned long clk_rate; | 31 | unsigned long clk_rate; |
32 | unsigned long clk_div; | 32 | unsigned long clk_div; |
@@ -36,8 +36,6 @@ struct s3cmci_host { | |||
36 | int is2440; | 36 | int is2440; |
37 | unsigned sdiimsk; | 37 | unsigned sdiimsk; |
38 | unsigned sdidata; | 38 | unsigned sdidata; |
39 | int dodma; | ||
40 | int dmatogo; | ||
41 | 39 | ||
42 | bool irq_disabled; | 40 | bool irq_disabled; |
43 | bool irq_enabled; | 41 | bool irq_enabled; |