From: Thara Gopinath Date: Thu, 11 Feb 2021 20:01:27 +0000 (-0500) Subject: crypto: qce - Remover src_tbl from qce_cipher_reqctx X-Git-Tag: accepted/tizen/unified/20230118.172025~7441^2~156 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62e4842842f3711b0674aa96742cfbec2c074d3f;p=platform%2Fkernel%2Flinux-rpi.git crypto: qce - Remover src_tbl from qce_cipher_reqctx src_table is unused and hence remove it from struct qce_cipher_reqctx Signed-off-by: Thara Gopinath Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/qce/cipher.h b/drivers/crypto/qce/cipher.h index cffa9fc..850f257 100644 --- a/drivers/crypto/qce/cipher.h +++ b/drivers/crypto/qce/cipher.h @@ -40,7 +40,6 @@ struct qce_cipher_reqctx { struct scatterlist result_sg; struct sg_table dst_tbl; struct scatterlist *dst_sg; - struct sg_table src_tbl; struct scatterlist *src_sg; unsigned int cryptlen; struct skcipher_request fallback_req; // keep at the end