aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/internal/geniv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/internal/geniv.h')
-rw-r--r--include/crypto/internal/geniv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/internal/geniv.h b/include/crypto/internal/geniv.h
index 229d37681a9d..7fd7126f593a 100644
--- a/include/crypto/internal/geniv.h
+++ b/include/crypto/internal/geniv.h
@@ -20,7 +20,7 @@ struct aead_geniv_ctx {
};
struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl,
- struct rtattr **tb, u32 type, u32 mask);
+ struct rtattr **tb);
int aead_init_geniv(struct crypto_aead *tfm);
void aead_exit_geniv(struct crypto_aead *tfm);