Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <thara.gopinath@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Thara Gopinath and committed by
Herbert Xu
62e48428 24cbcc94

-1
-1
drivers/crypto/qce/cipher.h
··· 40 40 struct scatterlist result_sg; 41 41 struct sg_table dst_tbl; 42 42 struct scatterlist *dst_sg; 43 - struct sg_table src_tbl; 44 43 struct scatterlist *src_sg; 45 44 unsigned int cryptlen; 46 45 struct skcipher_request fallback_req; // keep at the end