crypto: camellia-x86_64 - module init/exit functions should be static
authorJussi Kivilinna <jussi.kivilinna@mbnet.fi>
Thu, 15 Mar 2012 20:11:51 +0000 (22:11 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 22 Mar 2012 01:17:44 +0000 (09:17 +0800)
commit676a38046f4fba4e7418756c6f6fc25cf5976312
tree0775b953b23538b7c989ae1b14e9aced39b1bf41
parent2dc9b5dbdef09840de852a4f0cc6a9c9eece7220
crypto: camellia-x86_64 - module init/exit functions should be static

This caused conflict with twofish-x86_64-3way when compiled into kernel,
same function names and not static.

Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/camellia_glue.c
This page took 0.025392 seconds and 5 git commands to generate.