diff options
Diffstat (limited to 'arch/x86/crypto/cast6_avx_glue.c')
-rw-r--r-- | arch/x86/crypto/cast6_avx_glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/crypto/cast6_avx_glue.c b/arch/x86/crypto/cast6_avx_glue.c index a2ec18a56e4f..21d0b845c8c4 100644 --- a/arch/x86/crypto/cast6_avx_glue.c +++ b/arch/x86/crypto/cast6_avx_glue.c @@ -37,7 +37,7 @@ #include <crypto/lrw.h> #include <crypto/xts.h> #include <asm/xcr.h> -#include <asm/fpu/xsave.h> +#include <asm/fpu/xstate.h> #include <asm/crypto/glue_helper.h> #define CAST6_PARALLEL_BLOCKS 8 |