Message ID | 20250423162548.2072707-1-arnd@kernel.org |
---|---|
State | New |
Headers | show |
Series | crypto: x86/sha256 - Include asm/fpu/api.h directly | expand |
diff --git a/arch/x86/crypto/sha256_ssse3_glue.c b/arch/x86/crypto/sha256_ssse3_glue.c index b3115e207a9f..42b0bb6c8caf 100644 --- a/arch/x86/crypto/sha256_ssse3_glue.c +++ b/arch/x86/crypto/sha256_ssse3_glue.c @@ -36,6 +36,8 @@ #include <linux/kernel.h> #include <linux/module.h> +#include <asm/fpu/api.h> + asmlinkage void sha256_transform_ssse3(struct crypto_sha256_state *state, const u8 *data, int blocks);