diff options
Diffstat (limited to 'arch/x86/crypto/cast5_avx_glue.c')
-rw-r--r-- | arch/x86/crypto/cast5_avx_glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/crypto/cast5_avx_glue.c b/arch/x86/crypto/cast5_avx_glue.c index 236c809..2c3360b 100644 --- a/arch/x86/crypto/cast5_avx_glue.c +++ b/arch/x86/crypto/cast5_avx_glue.c @@ -32,7 +32,7 @@ #include <crypto/cryptd.h> #include <crypto/ctr.h> #include <asm/xcr.h> -#include <asm/xsave.h> +#include <asm/fpu/xsave.h> #include <asm/crypto/glue_helper.h> #define CAST5_PARALLEL_BLOCKS 16 |