Merge branches 'perf-fixes-for-linus', 'x86-fixes-for-linus' and 'timers-fixes-for...
[pandora-kernel.git] / include / crypto / twofish.h
index e4328cf..c408522 100644 (file)
@@ -17,7 +17,6 @@ struct twofish_ctx {
        u32 s[4][256], w[8], k[32];
 };
 
-int twofish_setkey(struct crypto_tfm *tfm, const u8 *key,
-                  unsigned int key_len, u32 *flags);
+int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len);
 
 #endif