sched: Move sched.h sysctl bits into separate header
authorClark Williams <williams@redhat.com>
Thu, 7 Feb 2013 15:46:59 +0000 (09:46 -0600)
committerIngo Molnar <mingo@kernel.org>
Thu, 7 Feb 2013 19:50:54 +0000 (20:50 +0100)
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>

No differences found