diff -u -r -N linux-2.6.8/crypto/whirlpool.c linux-sysfs/crypto/whirlpool.c --- linux-2.6.8/crypto/whirlpool.c 2004-09-28 12:50:31.000000000 +0200 +++ linux-sysfs/crypto/whirlpool.c 2004-09-28 12:24:23.000000000 +0200 @@ -1106,7 +1106,6 @@ .cra_blocksize = WHIRLPOOL_BLOCK_SIZE, .cra_ctxsize = sizeof(struct whirlpool_ctx), .cra_module = THIS_MODULE, - .cra_list = LIST_HEAD_INIT(alg.cra_list), .cra_u = { .digest = { .dia_digestsize = WHIRLPOOL_DIGEST_SIZE, .dia_init = whirlpool_init,