sched: add declaration of sched_tail to sched.h
authorHarvey Harrison <harvey.harrison@gmail.com>
Fri, 15 Feb 2008 17:56:34 +0000 (09:56 -0800)
committerIngo Molnar <mingo@elte.hu>
Mon, 25 Feb 2008 15:34:17 +0000 (16:34 +0100)
commit2d07b255c7b8a9723010e5c74778e058dc05162e
tree3d1e2d56a89c23faede930f77e875a718fb4f0b6
parent67ca7bde2e9d3516b5ae0188330ad1059ac03f38
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 <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/um/kernel/process.c
include/linux/sched.h
This page took 0.025555 seconds and 5 git commands to generate.