summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/crypto/camellia.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/crypto/camellia.h')
-rw-r--r--arch/x86/include/asm/crypto/camellia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/crypto/camellia.h b/arch/x86/include/asm/crypto/camellia.h
index f1592619dd65..f6d91861cb14 100644
--- a/arch/x86/include/asm/crypto/camellia.h
+++ b/arch/x86/include/asm/crypto/camellia.h
@@ -26,7 +26,7 @@ struct camellia_xts_ctx {
extern int __camellia_setkey(struct camellia_ctx *cctx,
const unsigned char *key,
- unsigned int key_len, u32 *flags);
+ unsigned int key_len);
extern int xts_camellia_setkey(struct crypto_skcipher *tfm, const u8 *key,
unsigned int keylen);