crypto: ccree - remove unused field
Remove yet another unused field left over from times gone by. 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
520f325a59
commit
f94907085d
|
@ -45,7 +45,6 @@ enum cc_key_type {
|
|||
struct cc_cipher_ctx {
|
||||
struct cc_drvdata *drvdata;
|
||||
int keylen;
|
||||
int key_round_number;
|
||||
int cipher_mode;
|
||||
int flow_mode;
|
||||
unsigned int flags;
|
||||
|
|
Loading…
Reference in New Issue