From: Jussi Kivilinna Date: Wed, 11 Jul 2012 11:20:51 +0000 (+0300) Subject: crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~19^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7af6c2456851eb08d51d95de38ae8302994031e9;p=pandora-kernel.git crypto: arch/x86 - 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 'arch/x86/crypto/'. Signed-off-by: Jussi Kivilinna Signed-off-by: Herbert Xu --- Reading git-diff-tree failed