dmaengine: pl330: Remove unused mc_len field from _pl330_req struct
authorLars-Peter Clausen <lars@metafoo.de>
Sun, 6 Jul 2014 18:32:24 +0000 (20:32 +0200)
committerVinod Koul <vinod.koul@intel.com>
Tue, 15 Jul 2014 16:31:03 +0000 (22:01 +0530)
commitbe025329fd4223f3442fffc35f8255bd64d0d526
treefa5663014131830475b400d0303dc722836a97c9
parentd5cef121ffa6a2525107e4c58e126ea885911ff7
dmaengine: pl330: Remove unused mc_len field from _pl330_req struct

The mc_len is initialized but its value is never read again, so remove it.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/pl330.c