diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-08 18:51:58 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-03 01:45:36 +0100 |
commit | cd9c513be34ceaae8bf211474b91b6897574efdd (patch) | |
tree | 9841f360fce0ce53a08c02557cabfb345f2488ab /kernel | |
parent | fae3c30c2d1ae3ff93877f64e5d55e2443d8f82f (diff) | |
download | op-kernel-dev-cd9c513be34ceaae8bf211474b91b6897574efdd.zip op-kernel-dev-cd9c513be34ceaae8bf211474b91b6897574efdd.tar.gz |
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 'kernel')
-rw-r--r-- | kernel/utsname_sysctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/utsname_sysctl.c b/kernel/utsname_sysctl.c index c8eac43..233cd8f 100644 --- a/kernel/utsname_sysctl.c +++ b/kernel/utsname_sysctl.c @@ -14,6 +14,7 @@ #include <linux/utsname.h> #include <linux/sysctl.h> #include <linux/wait.h> +#include <linux/rwsem.h> #ifdef CONFIG_PROC_SYSCTL |