diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-02-17 02:47:11 +0100 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-02-23 11:42:25 +0100 |
commit | b76924a0193fe1f221e3f52a410247e4a1da5c5a (patch) | |
tree | b5db7240712e8c40a5302222ca0a1e6e33fd85ad /drivers/mmc/host/sh_mobile_sdhi.c | |
parent | mmc: sh_mmcif: remove slave_id settings for DMAEngine (diff) | |
download | linux-b76924a0193fe1f221e3f52a410247e4a1da5c5a.tar.xz linux-b76924a0193fe1f221e3f52a410247e4a1da5c5a.zip |
mmc: tmio_mmc: remove slave_id settings for DMAEngine
Current tmio_mmc sets dma_slave_config :: slave_id field for DMAEngine,
but it is no longer needed. Let's remove it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/mmc/host/sh_mobile_sdhi.c')
-rw-r--r-- | drivers/mmc/host/sh_mobile_sdhi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/host/sh_mobile_sdhi.c b/drivers/mmc/host/sh_mobile_sdhi.c index 6906a905cd54..11991f5f3fef 100644 --- a/drivers/mmc/host/sh_mobile_sdhi.c +++ b/drivers/mmc/host/sh_mobile_sdhi.c @@ -261,8 +261,6 @@ static int sh_mobile_sdhi_probe(struct platform_device *pdev) */ dma_priv->chan_priv_tx = (void *)p->dma_slave_tx; dma_priv->chan_priv_rx = (void *)p->dma_slave_rx; - dma_priv->slave_id_tx = p->dma_slave_tx; - dma_priv->slave_id_rx = p->dma_slave_rx; } } dma_priv->filter = shdma_chan_filter; |