diff options
Diffstat (limited to 'arch/x86/crypto/serpent_avx2_glue.c')
-rw-r--r-- | arch/x86/crypto/serpent_avx2_glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/crypto/serpent_avx2_glue.c b/arch/x86/crypto/serpent_avx2_glue.c index 2f63dc89e7a9..206ec57725a3 100644 --- a/arch/x86/crypto/serpent_avx2_glue.c +++ b/arch/x86/crypto/serpent_avx2_glue.c @@ -21,7 +21,7 @@ #include <crypto/xts.h> #include <crypto/serpent.h> #include <asm/xcr.h> -#include <asm/xsave.h> +#include <asm/fpu/xsave.h> #include <asm/crypto/serpent-avx.h> #include <asm/crypto/glue_helper.h> |