summaryrefslogtreecommitdiff
path: root/block/blk-exec.c
diff options
context:
space:
mode:
authorClark Williams <[email protected]>2013-02-07 09:46:59 -0600
committerIngo Molnar <[email protected]>2013-02-07 20:50:54 +0100
commitcf4aebc292fac7f34f8345664320e9d4a42ca76c (patch)
tree6eceb9bb2d8382c4499366a8fee060688aad6107 /block/blk-exec.c
parentb2c77a57e4a0a7877e357dead7ee8acc19944f3e (diff)
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 <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Steven Rostedt <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'block/blk-exec.c')
-rw-r--r--block/blk-exec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/block/blk-exec.c b/block/blk-exec.c
index 74638ec234c8..c88202f973d9 100644
--- a/block/blk-exec.c
+++ b/block/blk-exec.c
@@ -5,6 +5,7 @@
#include <linux/module.h>
#include <linux/bio.h>
#include <linux/blkdev.h>
+#include <linux/sched/sysctl.h>
#include "blk.h"