summaryrefslogtreecommitdiff
path: root/include/asm-generic
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-06-03 18:03:45 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2025-06-03 18:03:45 +0300
commit04446eee58fcb2a6c9db5abff7f07cc2f38da9d0 (patch)
treef974d6e0a7e8ecfa51ad3481c66152c1869817af /include/asm-generic
parent8b2198f03776c5c25f0cafe0ba5c0c60807b554b (diff)
parentb9802b54d41bbe98f673e08bc148b0c563fdc02e (diff)
downloadlinux-04446eee58fcb2a6c9db5abff7f07cc2f38da9d0.tar.xz
Merge tag 'v6.16-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fixes from Herbert Xu: "Fix a loongarch header regression and a module name collision on s390" * tag 'v6.16-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: asm-generic: Add sched.h inclusion in simd.h crypto: s390/sha256 - rename module to sha256-s390
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/simd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-generic/simd.h b/include/asm-generic/simd.h
index ac29a22eb7cf..70c8716ad32a 100644
--- a/include/asm-generic/simd.h
+++ b/include/asm-generic/simd.h
@@ -4,6 +4,7 @@
#include <linux/compiler_attributes.h>
#include <linux/preempt.h>
+#include <linux/sched.h>
#include <linux/types.h>
/*