aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/user_namespace.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-08 18:51:58 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-03 01:45:36 +0100
commitcd9c513be34ceaae8bf211474b91b6897574efdd (patch)
tree9841f360fce0ce53a08c02557cabfb345f2488ab /include/linux/user_namespace.h
parentsched/headers: Remove the runqueue_is_locked() prototype (diff)
downloadlinux-dev-cd9c513be34ceaae8bf211474b91b6897574efdd.tar.xz
linux-dev-cd9c513be34ceaae8bf211474b91b6897574efdd.zip
sched/headers: Remove <linux/rwsem.h> from <linux/sched.h>
This is a stray header that is not needed by anything in sched.h, so remove it. Update files that relied on the stray inclusion. This reduces the size of the header dependency graph. 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> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/user_namespace.h')
-rw-r--r--include/linux/user_namespace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/user_namespace.h b/include/linux/user_namespace.h
index 08264641b502..faa9bfb827da 100644
--- a/include/linux/user_namespace.h
+++ b/include/linux/user_namespace.h
@@ -5,6 +5,7 @@
#include <linux/nsproxy.h>
#include <linux/ns_common.h>
#include <linux/sched.h>
+#include <linux/rwsem.h>
#include <linux/sysctl.h>
#include <linux/err.h>