summaryrefslogtreecommitdiffstats
path: root/drivers/dma/mv_xor.h
diff options
context:
space:
mode:
authorRussell King - ARM Linux2012-03-05 21:15:11 +0100
committerVinod Koul2012-03-13 07:05:40 +0100
commit08714f60b0fc6ea3a060b69b32e77139f14e6045 (patch)
tree3f885be81cf2a71b294901514419fd075ccff603 /drivers/dma/mv_xor.h
parentdmaengine/dw_dmac: Remove unused fields in struct dw_dma_slave (diff)
downloadkernel-qcow2-linux-08714f60b0fc6ea3a060b69b32e77139f14e6045.tar.gz
kernel-qcow2-linux-08714f60b0fc6ea3a060b69b32e77139f14e6045.tar.xz
kernel-qcow2-linux-08714f60b0fc6ea3a060b69b32e77139f14e6045.zip
dmaengine: mv_xor: remove write-only is_complete_cookie
mv_xor's is_complete_cookie is only ever written to, but never read. This is silly, remove the write-only structure member. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Tested-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Jassi Brar <jassisinghbrar@gmail.com> [imx-sdma.c & mxs-dma.c] Tested-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@linux.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 977b592e976b..da04ac23def3 100644
--- a/drivers/dma/mv_xor.h
+++ b/drivers/dma/mv_xor.h
@@ -109,7 +109,6 @@ struct mv_xor_chan {
#ifdef USE_TIMER
unsigned long cleanup_time;
u32 current_on_last_cleanup;
- dma_cookie_t is_complete_cookie;
#endif
};