aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/ahash.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/crypto/ahash.c b/crypto/ahash.c
index 744fd3b8ea258..556c950100936 100644
--- a/crypto/ahash.c
+++ b/crypto/ahash.c
@@ -25,14 +25,6 @@
static const struct crypto_type crypto_ahash_type;
-struct ahash_request_priv {
- crypto_completion_t complete;
- void *data;
- u8 *result;
- u32 flags;
- void *ubuf[] CRYPTO_MINALIGN_ATTR;
-};
-
static int hash_walk_next(struct crypto_hash_walk *walk)
{
unsigned int offset = walk->offset;