Skip to content

Commit 198faf0

Browse files
Dr. David Alan Gilbertherbertx
authored andcommitted
crypto: n2 - Remove unused struct 'n2_skcipher_request_context'
'n2_skcipher_request_context' was added in commit 23a6564 ("crypto: niagara2 - switch to skcipher API") but never used. Remove it. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent eaa8577 commit 198faf0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/crypto/n2_core.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -720,10 +720,6 @@ static inline struct n2_skcipher_alg *n2_skcipher_alg(struct crypto_skcipher *tf
720720
return container_of(alg, struct n2_skcipher_alg, skcipher);
721721
}
722722

723-
struct n2_skcipher_request_context {
724-
struct skcipher_walk walk;
725-
};
726-
727723
static int n2_aes_setkey(struct crypto_skcipher *skcipher, const u8 *key,
728724
unsigned int keylen)
729725
{

0 commit comments

Comments
 (0)