From: Jussi Kivilinna Date: Wed, 11 Jul 2012 11:20:46 +0000 (+0300) Subject: crypto: cleanup - remove unneeded crypto_alg.cra_list initializations X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~19^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77ec2e734d4820c51cbabe1257e9311df5868160;p=pandora-kernel.git crypto: cleanup - remove unneeded crypto_alg.cra_list initializations Initialization of cra_list is currently mixed, most ciphers initialize this field and most shashes do not. Initialization however is not needed at all since cra_list is initialized/overwritten in __crypto_register_alg() with list_add(). Therefore perform cleanup to remove all unneeded initializations of this field in 'crypto/'. Signed-off-by: Jussi Kivilinna Signed-off-by: Herbert Xu --- Reading git-diff-tree failed