From: Harvey Harrison Date: Fri, 15 Feb 2008 17:56:34 +0000 (-0800) Subject: sched: add declaration of sched_tail to sched.h X-Git-Tag: v2.6.25-rc4~160^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d07b255c7b8a9723010e5c74778e058dc05162e;p=pandora-kernel.git sched: add declaration of sched_tail to sched.h Avoids sparse warnings: kernel/sched.c:2170:17: warning: symbol 'schedule_tail' was not declared. Should it be static? Avoids the need for an external declaration in arch/um/process.c Signed-off-by: Harvey Harrison Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed