aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-03 10:08:30 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-02 08:42:32 +0100
commit037741a6d4ab2e4b0580dae97aca963d8a8dc68f (patch)
treedfa5932562443eef2b7bb3d6d09f20b148c0fa4e /kernel/rcu
parentsched/headers: Prepare for the removal of <asm/ptrace.h> from <linux/sched.h> (diff)
downloadlinux-dev-037741a6d4ab2e4b0580dae97aca963d8a8dc68f.tar.xz
linux-dev-037741a6d4ab2e4b0580dae97aca963d8a8dc68f.zip
sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>
Fix up missing #includes in other places that rely on sched.h doing that for them. Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/rcu')
-rw-r--r--kernel/rcu/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/rcu/tree.h b/kernel/rcu/tree.h
index b60f2b6caa14..ec62a05bfdb3 100644
--- a/kernel/rcu/tree.h
+++ b/kernel/rcu/tree.h
@@ -24,6 +24,7 @@
#include <linux/cache.h>
#include <linux/spinlock.h>
+#include <linux/rtmutex.h>
#include <linux/threads.h>
#include <linux/cpumask.h>
#include <linux/seqlock.h>