git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67ca7bd
)
sched: add declaration of sched_tail to sched.h
author
Harvey Harrison
<harvey.harrison@gmail.com>
Fri, 15 Feb 2008 17:56:34 +0000
(09:56 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 25 Feb 2008 15:34:17 +0000
(16:34 +0100)
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 <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found