From: Adrian Bunk Date: Fri, 9 Nov 2007 21:39:39 +0000 (+0100) Subject: sched: proper prototype for kernel/sched.c:migration_init() X-Git-Tag: v2.6.24-rc3~170^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6fe6649b4ec11aa3075e394b4d8743eebe1f64c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed