]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitee0c4d862c70da5da50e768ee7d83c71a6da3e13
tree3d1e2d56a89c23faede930f77e875a718fb4f0b6
parent1bb49051cc99134b426c5d605605e96957a20a1a
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