diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-05 16:31:22 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-02 10:42:39 +0300 |
commit | 3f8c24529b42fc5044c2a44bdb8ba69aec2bee37 (patch) | |
tree | 367af2e2162a91e8a160ff36788f134aa7437558 /mm/slab.c | |
parent | 5c2c5c5514393e31859439ef83a34051d7c68332 (diff) | |
download | linux-3f8c24529b42fc5044c2a44bdb8ba69aec2bee37.tar.xz |
sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h>
But first update the usage sites with the new header dependency.
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>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/slab.c b/mm/slab.c index bd63450a9b16..807d86c76908 100644 --- a/mm/slab.c +++ b/mm/slab.c @@ -116,6 +116,7 @@ #include <linux/kmemcheck.h> #include <linux/memory.h> #include <linux/prefetch.h> +#include <linux/sched/task_stack.h> #include <net/sock.h> |