Skip to content

Commit c2435e8

Browse files
ebiggersherbertx
authored andcommitted
crypto: ahash - remove struct ahash_request_priv
struct ahash_request_priv is unused, so remove it. Signed-off-by: Eric Biggers <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 0f8660c commit c2435e8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

crypto/ahash.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@
2525

2626
static const struct crypto_type crypto_ahash_type;
2727

28-
struct ahash_request_priv {
29-
crypto_completion_t complete;
30-
void *data;
31-
u8 *result;
32-
u32 flags;
33-
void *ubuf[] CRYPTO_MINALIGN_ATTR;
34-
};
35-
3628
static int hash_walk_next(struct crypto_hash_walk *walk)
3729
{
3830
unsigned int offset = walk->offset;

0 commit comments

Comments
 (0)