diff options
-rw-r--r-- | arch/x86/crypto/serpent_avx_glue.c | 2 | ||||
-rw-r--r-- | arch/x86/crypto/serpent_sse2_glue.c | 2 | ||||
-rw-r--r-- | arch/x86/include/asm/crypto/serpent-avx.h (renamed from arch/x86/include/asm/serpent-avx.h) | 0 | ||||
-rw-r--r-- | arch/x86/include/asm/crypto/serpent-sse2.h (renamed from arch/x86/include/asm/serpent-sse2.h) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/crypto/serpent_avx_glue.c b/arch/x86/crypto/serpent_avx_glue.c index c61b91aa42a8..b36bdac237eb 100644 --- a/arch/x86/crypto/serpent_avx_glue.c +++ b/arch/x86/crypto/serpent_avx_glue.c | |||
@@ -38,7 +38,7 @@ | |||
38 | #include <crypto/xts.h> | 38 | #include <crypto/xts.h> |
39 | #include <asm/xcr.h> | 39 | #include <asm/xcr.h> |
40 | #include <asm/xsave.h> | 40 | #include <asm/xsave.h> |
41 | #include <asm/serpent-avx.h> | 41 | #include <asm/crypto/serpent-avx.h> |
42 | #include <asm/crypto/ablk_helper.h> | 42 | #include <asm/crypto/ablk_helper.h> |
43 | #include <asm/crypto/glue_helper.h> | 43 | #include <asm/crypto/glue_helper.h> |
44 | 44 | ||
diff --git a/arch/x86/crypto/serpent_sse2_glue.c b/arch/x86/crypto/serpent_sse2_glue.c index 49a32eedf0c8..d679c8675f4a 100644 --- a/arch/x86/crypto/serpent_sse2_glue.c +++ b/arch/x86/crypto/serpent_sse2_glue.c | |||
@@ -41,7 +41,7 @@ | |||
41 | #include <crypto/ctr.h> | 41 | #include <crypto/ctr.h> |
42 | #include <crypto/lrw.h> | 42 | #include <crypto/lrw.h> |
43 | #include <crypto/xts.h> | 43 | #include <crypto/xts.h> |
44 | #include <asm/serpent-sse2.h> | 44 | #include <asm/crypto/serpent-sse2.h> |
45 | #include <asm/crypto/ablk_helper.h> | 45 | #include <asm/crypto/ablk_helper.h> |
46 | #include <asm/crypto/glue_helper.h> | 46 | #include <asm/crypto/glue_helper.h> |
47 | 47 | ||
diff --git a/arch/x86/include/asm/serpent-avx.h b/arch/x86/include/asm/crypto/serpent-avx.h index 432deedd2945..432deedd2945 100644 --- a/arch/x86/include/asm/serpent-avx.h +++ b/arch/x86/include/asm/crypto/serpent-avx.h | |||
diff --git a/arch/x86/include/asm/serpent-sse2.h b/arch/x86/include/asm/crypto/serpent-sse2.h index e6e77dffbdab..e6e77dffbdab 100644 --- a/arch/x86/include/asm/serpent-sse2.h +++ b/arch/x86/include/asm/crypto/serpent-sse2.h | |||