sched/headers: Move _init() prototypes from <linux/sched.h> to <linux/sched/init.h>
authorIngo Molnar <[email protected]>
Sun, 5 Feb 2017 13:47:12 +0000 (14:47 +0100)
committerIngo Molnar <[email protected]>
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 <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
include/linux/sched.h
include/linux/sched/init.h