diff options
| author | Peter Zijlstra <peterz@infradead.org> | 2026-01-08 11:14:24 +0100 |
|---|---|---|
| committer | Peter Zijlstra <peterz@infradead.org> | 2026-01-08 11:21:57 +0100 |
| commit | a45026cef17d1080c985adf28234d6c8475ad66f (patch) | |
| tree | a86247fe881f5d7abb7c5569917487253521f8e7 /include/linux | |
| parent | 4d26d4a158f37cb53b22a23b4dc6c4e5bfa1369e (diff) | |
locking/local_lock: Include more missing headers
Ingo reported PREEMPT_RT=y builds fail building
lib/test_context-analysis.c.
Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/local_lock_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/local_lock_internal.h b/include/linux/local_lock_internal.h index e8c4803d8db4..7843ab9059c2 100644 --- a/include/linux/local_lock_internal.h +++ b/include/linux/local_lock_internal.h @@ -233,6 +233,7 @@ do { \ #else /* !CONFIG_PREEMPT_RT */ +#include <linux/sched.h> #include <linux/spinlock.h> /* |
