From: Jussi Kivilinna Date: Wed, 11 Jul 2012 11:21:01 +0000 (+0300) Subject: crypto: arch/s390 - cleanup - remove unneeded cra_list initialization X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~19^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37743cc0d34c4c5cb8520bc27eb2a45141e938fe;p=pandora-kernel.git crypto: arch/s390 - cleanup - remove unneeded cra_list initialization 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/s390/crypto/' Cc: Gerald Schaefer Cc: linux-s390@vger.kernel.org Signed-off-by: Jussi Kivilinna Signed-off-by: Jan Glauber Signed-off-by: Herbert Xu --- Reading git-diff-tree failed