summaryrefslogtreecommitdiff
path: root/drivers/dma/caam_dma.c
diff options
context:
space:
mode:
authorRadu Alexe <radu.alexe@nxp.com>2017-10-12 08:58:26 (GMT)
committerXie Xiaobo <xiaobo.xie@nxp.com>2017-12-12 07:32:31 (GMT)
commit2fa0837d0faa3e6770ce8fddbba715999b344fb5 (patch)
treef93fa5d3618922e170ce6c9ff3ffce482d4be186 /drivers/dma/caam_dma.c
parent9341ac7449dc787701bcc8ea1fdc9f652abd3569 (diff)
downloadlinux-2fa0837d0faa3e6770ce8fddbba715999b344fb5.tar.xz
dma: caam: removed unsed struct fields
Signed-off-by: Radu Alexe <radu.alexe@nxp.com>
Diffstat (limited to 'drivers/dma/caam_dma.c')
-rw-r--r--drivers/dma/caam_dma.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/caam_dma.c b/drivers/dma/caam_dma.c
index cc9f9cf..30840cf 100644
--- a/drivers/dma/caam_dma.c
+++ b/drivers/dma/caam_dma.c
@@ -45,7 +45,6 @@ struct caam_dma_edesc {
struct caam_dma_ctx *ctx;
dma_addr_t sec4_sg_dma;
dma_addr_t sec4_sg_dma_dst;
- size_t sec4_sg_bytes;
unsigned int src_len;
unsigned int dst_len;
struct sec4_sg_entry *sec4_sg;