crypto: ccree - remove dead legacy code
Remove legacy code no longer used by anything. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
00904aa0cd
commit
d6b609d1b8
|
@ -730,12 +730,6 @@ static int cc_cipher_process(struct skcipher_request *req,
|
|||
cc_req.user_cb = (void *)cc_cipher_complete;
|
||||
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 */
|
||||
req_ctx->gen_ctx.op_type = direction;
|
||||
|
||||
|
|
Loading…
Reference in New Issue