aboutsummaryrefslogtreecommitdiff
path: root/kernel/hrtimer.c
diff options
context:
space:
mode:
authorGravatar Clark Williams <williams@redhat.com> 2013-02-07 09:46:59 -0600
committerGravatar Ingo Molnar <mingo@kernel.org> 2013-02-07 20:50:54 +0100
commitcf4aebc292fac7f34f8345664320e9d4a42ca76c (patch)
tree6eceb9bb2d8382c4499366a8fee060688aad6107 /kernel/hrtimer.c
parentMerge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l... (diff)
downloadlinux-cf4aebc292fac7f34f8345664320e9d4a42ca76c.tar.gz
linux-cf4aebc292fac7f34f8345664320e9d4a42ca76c.tar.bz2
linux-cf4aebc292fac7f34f8345664320e9d4a42ca76c.zip
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 'kernel/hrtimer.c')
-rw-r--r--kernel/hrtimer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
index 6db7a5ed52b5..8a9aa59d0d61 100644
--- a/kernel/hrtimer.c
+++ b/kernel/hrtimer.c
@@ -44,6 +44,7 @@
#include <linux/err.h>
#include <linux/debugobjects.h>
#include <linux/sched.h>
+#include <linux/sched/sysctl.h>
#include <linux/timer.h>
#include <asm/uaccess.h>