aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mv_xor.c
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-11-15 15:32:24 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-11-20 15:58:59 +0100
commitc819ce177eb4dc796996618c1d53856cad1201ec (patch)
tree46cdf30d02463a5215de6b2dfb63a7af27f33552 /drivers/dma/mv_xor.c
parentdma: mv_xor: rename mv_xor_private to mv_xor_device (diff)
downloadlinux-dev-c819ce177eb4dc796996618c1d53856cad1201ec.tar.xz
linux-dev-c819ce177eb4dc796996618c1d53856cad1201ec.zip
dma: mv_xor: remove useless backpointer from mv_xor_chan to mv_xor_device
The backpointer from mv_xor_chan to mv_xor_device is now useless, get rid of it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'drivers/dma/mv_xor.c')
-rw-r--r--drivers/dma/mv_xor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/mv_xor.c b/drivers/dma/mv_xor.c
index aec771917d54..a6a5a28574c4 100644
--- a/drivers/dma/mv_xor.c
+++ b/drivers/dma/mv_xor.c
@@ -1118,7 +1118,6 @@ mv_xor_channel_add(struct mv_xor_device *xordev,
/* discover transaction capabilites from the platform data */
dma_dev->cap_mask = cap_mask;
- mv_chan->shared = xordev;
INIT_LIST_HEAD(&dma_dev->channels);