From: Andrew Morton Signed-off-by: Andrew Morton --- crypto/twofish_c.c | 2 -- 1 file changed, 2 deletions(-) diff -puN crypto/twofish_c.c~revert-x86_64-mm-twofish-cipher---priority-fix crypto/twofish_c.c --- a/crypto/twofish_c.c~revert-x86_64-mm-twofish-cipher---priority-fix +++ a/crypto/twofish_c.c @@ -182,8 +182,6 @@ static void twofish_decrypt(void *cx, u8 static struct crypto_alg alg = { .cra_name = "twofish", - .cra_driver_name = "twofish-generic", - .cra_priority = 100, .cra_flags = CRYPTO_ALG_TYPE_CIPHER, .cra_blocksize = TF_BLOCK_SIZE, .cra_ctxsize = sizeof(struct twofish_ctx), _