diff options
author | Jussi Kivilinna <jussi.kivilinna@mbnet.fi> | 2012-07-11 13:20:51 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2012-08-01 11:47:27 +0200 |
commit | 7af6c2456851eb08d51d95de38ae8302994031e9 (patch) | |
tree | 15d314a6ff2e673026cc312a29e84de0ed0a2969 /arch/x86/crypto/camellia-x86_64-asm_64.S | |
parent | crypto: cleanup - remove unneeded crypto_alg.cra_list initializations (diff) | |
download | linux-7af6c2456851eb08d51d95de38ae8302994031e9.tar.xz linux-7af6c2456851eb08d51d95de38ae8302994031e9.zip |
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 <jussi.kivilinna@mbnet.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions