aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2013-10-04 22:06:53 +0200
committerRobin Randhawa <robin.randhawa@arm.com>2015-04-09 12:25:52 +0100
commitd7cb2a1ec37b89d922c94466b1d68583d650e654 (patch)
tree44a3d45803fd711b93a62ebbc3aa694a1c830a2f /include
parent0f0378bb1da087545132d3a9476e68f2a6f702cd (diff)
sched: Move completion code from core.c to completion.c
Completions already have their own header file: linux/completion.h Move the implementation out of kernel/sched/core.c and into its own file: kernel/sched/completion.c. Signed-off-by: Peter Zijlstra <peterz@infradead.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Andrew Morton <akpm@linux-foundation.org> Link: http://lkml.kernel.org/n/tip-x2y49rmxu5dljt66ai2lcfuw@git.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org> (cherry picked from commit b8a216269ec0ce2e961d32e6d640d7010b8a818e) Signed-off-by: Alex Shi <alex.shi@linaro.org> Conflicts: include/linux/completion.h
Diffstat (limited to 'include')
-rw-r--r--include/linux/completion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/completion.h b/include/linux/completion.h
index 33f0280fd533..22c33e35bcb2 100644
--- a/include/linux/completion.h
+++ b/include/linux/completion.h
@@ -5,7 +5,7 @@
* (C) Copyright 2001 Linus Torvalds
*
* Atomic wait-for-completion handler data structures.
- * See kernel/sched.c for details.
+ * See kernel/sched/completion.c for details.
*/
#include <linux/wait.h>