diff options
Diffstat (limited to 'arch/x86/crypto/sha-mb/sha1_mb.c')
-rw-r--r-- | arch/x86/crypto/sha-mb/sha1_mb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/crypto/sha-mb/sha1_mb.c b/arch/x86/crypto/sha-mb/sha1_mb.c index 1537378..02b64bb 100644 --- a/arch/x86/crypto/sha-mb/sha1_mb.c +++ b/arch/x86/crypto/sha-mb/sha1_mb.c @@ -66,7 +66,7 @@ #include <crypto/crypto_wq.h> #include <asm/byteorder.h> #include <asm/xcr.h> -#include <asm/xsave.h> +#include <asm/fpu/xsave.h> #include <linux/hardirq.h> #include <asm/fpu-internal.h> #include "sha_mb_ctx.h" |