sched/headers: Move _init() prototypes from <linux/sched.h> to <linux/sched/init.h>
authorIngo Molnar <mingo@kernel.org>
Sun, 5 Feb 2017 13:47:12 +0000 (14:47 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 3 Mar 2017 00:45:25 +0000 (01:45 +0100)
commitc5a21921d55a2aee9d1e031a78cef6cda3eab78b
treea19f2b905946322a8602ff7c8358eb404b34beaa
parent42011db0ed5a9c92b1281e1300eb3d026f3764a8
sched/headers: Move _init() prototypes from <linux/sched.h> to <linux/sched/init.h>

trap_init() and cpu_init() belong into <linux/cpu.h>, sched_init*() into <linux/sched/init.h>.

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>
include/linux/sched.h
include/linux/sched/init.h