commit | e6fe6649b4ec11aa3075e394b4d8743eebe1f64c | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Fri Nov 09 22:39:39 2007 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Nov 09 22:39:39 2007 +0100 |
tree | e04e8b2206dfad58e784ea6e4550f98f318aff0b | |
parent | b82d9fdd848abfbe7263a4ecd9bbb55e575100a6 [diff] |
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 <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>