]> git.baikalelectronics.ru Git - kernel.git/commit
sched: make rt_sched_class, idle_sched_class static
authorHarvey Harrison <harvey.harrison@gmail.com>
Fri, 25 Apr 2008 17:53:13 +0000 (10:53 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 5 May 2008 21:56:17 +0000 (23:56 +0200)
commit2897fa93aec6e162c35e69a502e4786a510d46a7
treec7bd3839e765c2991d3dfbfb1f5f83d58f1211e3
parent2656e691f85cab82a7ccf8c6795699c3ccff6a8c
sched: make rt_sched_class, idle_sched_class static

The C files are included directly in sched.c, so they are
effectively static.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched_idletask.c
kernel/sched_rt.c