crypto: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/asm/crypto/
authorJussi Kivilinna <jussi.kivilinna@mbnet.fi>
Mon, 18 Jun 2012 11:07:45 +0000 (14:07 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 27 Jun 2012 06:42:02 +0000 (14:42 +0800)
commitd4af0e9d6eef6ce53c1935ca6ee3c01889e3212d
tree5c9d83cb6b5a28fa11e32092cb4a3ec69da92ca8
parenta7378d4e552ac139ae1cbbdfebfeaa9b18c948d0
crypto: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/asm/crypto/

Move serpent crypto headers to the new asm/crypto/ directory.

Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/serpent_avx_glue.c
arch/x86/crypto/serpent_sse2_glue.c
arch/x86/include/asm/crypto/serpent-avx.h [new file with mode: 0644]
arch/x86/include/asm/crypto/serpent-sse2.h [new file with mode: 0644]
arch/x86/include/asm/serpent-avx.h [deleted file]
arch/x86/include/asm/serpent-sse2.h [deleted file]