sched: extract walk_tg_tree(), fix
authorIngo Molnar <mingo@elte.hu>
Tue, 19 Aug 2008 11:40:47 +0000 (13:40 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 28 Aug 2008 10:08:00 +0000 (12:08 +0200)
commit7940ca3605b77f20cc6e9852e4ca6f2d725b5653
tree7c509228518a6a67e71a5ff889f08dd745e09f6f
parent9a7e0b180da21885988d47558671cf580279f9d6
sched: extract walk_tg_tree(), fix

fix:

 kernel/sched.c: In function '__rt_schedulable':
 kernel/sched.c:8771: error: implicit declaration of function 'walk_tg_tree'
 kernel/sched.c:8771: error: 'tg_nop' undeclared (first use in this function)
 kernel/sched.c:8771: error: (Each undeclared identifier is reported only once
 kernel/sched.c:8771: error: for each function it appears in.)

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c