Commit d6b609d1 authored by Gilad Ben-Yossef's avatar Gilad Ben-Yossef Committed by Herbert Xu

crypto: ccree - remove dead legacy code

Remove legacy code no longer used by anything.
Signed-off-by: default avatarGilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 00904aa0
...@@ -730,12 +730,6 @@ static int cc_cipher_process(struct skcipher_request *req, ...@@ -730,12 +730,6 @@ static int cc_cipher_process(struct skcipher_request *req,
cc_req.user_cb = (void *)cc_cipher_complete; cc_req.user_cb = (void *)cc_cipher_complete;
cc_req.user_arg = (void *)req; cc_req.user_arg = (void *)req;
#ifdef ENABLE_CYCLE_COUNT
cc_req.op_type = (direction == DRV_CRYPTO_DIRECTION_DECRYPT) ?
STAT_OP_TYPE_DECODE : STAT_OP_TYPE_ENCODE;
#endif
/* Setup request context */ /* Setup request context */
req_ctx->gen_ctx.op_type = direction; req_ctx->gen_ctx.op_type = direction;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment