]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitddb1b5fb0494eeb2d12ae9cc6f9cd0e23286a715
treea19f2b905946322a8602ff7c8358eb404b34beaa
parentc3fa78e3c924a747dca5c2a6064e93aec6b79c43
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