e04e8b2206dfad58e784ea6e4550f98f318aff0b parent b82d9fdd848abfbe7263a4ecd9bbb55e575100a6 author Adrian Bunk 1194644379 +0100 committer Ingo Molnar 1194644379 +0100 sched: proper prototype for kernel/sched.c:migration_init() This patch adds a proper prototype for migration_init() in include/linux/sched.h Since there's no point in always returning 0 to a caller that doesn't check the return value it also changes the function to return void. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Ingo Molnar òOÖ