diff options
author | Clark Williams <williams@redhat.com> | 2013-02-07 09:46:59 -0600 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-02-07 20:50:54 +0100 |
commit | cf4aebc292fac7f34f8345664320e9d4a42ca76c (patch) | |
tree | 6eceb9bb2d8382c4499366a8fee060688aad6107 /mm/nommu.c | |
parent | b2c77a57e4a0a7877e357dead7ee8acc19944f3e (diff) | |
download | kernel_goldelico_gta04-cf4aebc292fac7f34f8345664320e9d4a42ca76c.zip kernel_goldelico_gta04-cf4aebc292fac7f34f8345664320e9d4a42ca76c.tar.gz kernel_goldelico_gta04-cf4aebc292fac7f34f8345664320e9d4a42ca76c.tar.bz2 |
sched: Move sched.h sysctl bits into separate header
Move the sysctl-related bits from include/linux/sched.h into
a new file: include/linux/sched/sysctl.h. Then update source
files requiring access to those bits by including the new
header file.
Signed-off-by: Clark Williams <williams@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/20130207094659.06dced96@riff.lan
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'mm/nommu.c')
-rw-r--r-- | mm/nommu.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ #include <linux/security.h> #include <linux/syscalls.h> #include <linux/audit.h> +#include <linux/sched/sysctl.h> #include <asm/uaccess.h> #include <asm/tlb.h> |