diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-22 11:43:27 +0100 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-01-06 15:42:26 +0530 |
commit | 7cbafa09e1cdedac707104fff659f90966a02da5 (patch) | |
tree | c4b29ae65c21171068779a58c5611d26ec1fbabe /drivers/dma/mv_xor.c | |
parent | 9406de3e4362c379966dd114221e8159d9da5f32 (diff) | |
download | linux-7cbafa09e1cdedac707104fff659f90966a02da5.tar.gz linux-7cbafa09e1cdedac707104fff659f90966a02da5.tar.bz2 linux-7cbafa09e1cdedac707104fff659f90966a02da5.zip |
dmaengine: mv_xor: remove mv_xor_chan->current_type field
Since commit 3e4f52e2da9f6 ("dma: mv_xor: Simplify the DMA_MEMCPY
operation"), this field is no longer used, so get rid of it.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/mv_xor.c')
-rw-r--r-- | drivers/dma/mv_xor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/mv_xor.c b/drivers/dma/mv_xor.c index 1c2de9a834a9..2d033790ea2d 100644 --- a/drivers/dma/mv_xor.c +++ b/drivers/dma/mv_xor.c @@ -169,7 +169,6 @@ static void mv_chan_set_mode(struct mv_xor_chan *chan, #endif writel_relaxed(config, XOR_CONFIG(chan)); - chan->current_type = type; } static void mv_chan_set_mode_to_desc(struct mv_xor_chan *chan) |