]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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)
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 [moved from arch/x86/include/asm/serpent-avx.h with 100% similarity]
arch/x86/include/asm/crypto/serpent-sse2.h [moved from arch/x86/include/asm/serpent-sse2.h with 100% similarity]

index c61b91aa42a8a760f0ea88b6328c422f5e47c69c..b36bdac237eb0ee736f93ca09b62c14defabde36 100644 (file)
@@ -38,7 +38,7 @@
 #include <crypto/xts.h>
 #include <asm/xcr.h>
 #include <asm/xsave.h>
-#include <asm/serpent-avx.h>
+#include <asm/crypto/serpent-avx.h>
 #include <asm/crypto/ablk_helper.h>
 #include <asm/crypto/glue_helper.h>
 
index 49a32eedf0c838cc5aeda0c28fb8eacd02bf38e9..d679c8675f4ad1994b8e3e71b47fe318c611babe 100644 (file)
@@ -41,7 +41,7 @@
 #include <crypto/ctr.h>
 #include <crypto/lrw.h>
 #include <crypto/xts.h>
-#include <asm/serpent-sse2.h>
+#include <asm/crypto/serpent-sse2.h>
 #include <asm/crypto/ablk_helper.h>
 #include <asm/crypto/glue_helper.h>