summaryrefslogtreecommitdiffstats
path: root/drivers/dma/mv_xor.h
diff options
context:
space:
mode:
authorThomas Petazzoni2015-12-22 11:43:27 +0100
committerVinod Koul2016-01-06 11:12:26 +0100
commit7cbafa09e1cdedac707104fff659f90966a02da5 (patch)
treec4b29ae65c21171068779a58c5611d26ec1fbabe /drivers/dma/mv_xor.h
parentMerge branch 'topic/ti-xbar' into for-linus (diff)
downloadkernel-qcow2-linux-7cbafa09e1cdedac707104fff659f90966a02da5.tar.gz
kernel-qcow2-linux-7cbafa09e1cdedac707104fff659f90966a02da5.tar.xz
kernel-qcow2-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.h')
-rw-r--r--drivers/dma/mv_xor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/mv_xor.h b/drivers/dma/mv_xor.h
index b7455b42137b..34389146bf13 100644
--- a/drivers/dma/mv_xor.h
+++ b/drivers/dma/mv_xor.h
@@ -110,7 +110,6 @@ struct mv_xor_chan {
void __iomem *mmr_high_base;
unsigned int idx;
int irq;
- enum dma_transaction_type current_type;
struct list_head chain;
struct list_head free_slots;
struct list_head allocated_slots;