crypto: qce - Remover src_tbl from qce_cipher_reqctx
authorThara Gopinath <thara.gopinath@linaro.org>
Thu, 11 Feb 2021 20:01:27 +0000 (15:01 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 7 Mar 2021 04:13:17 +0000 (15:13 +1100)
src_table is unused and hence remove it from struct qce_cipher_reqctx

Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/qce/cipher.h

index cffa9fc..850f257 100644 (file)
@@ -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