Re: [PATCH 2.6.24-rt1] timer:fix build warning in timer.c

2008-02-14 Thread Steven Rostedt
On Thu, 14 Feb 2008, Shi Weihua wrote: > Fix the following compile warning without CONFIG_PREEMPT_RT: > kernel/timer.c:937: warning: ‘count_active_rt_tasks’ defined but not used > > Signed-off-by: Shi Weihua <[EMAIL PROTECTED]> Thanks, applied. -- Steve -- To unsubscribe from this list: send

[PATCH 2.6.24-rt1] timer:fix build warning in timer.c

2008-02-14 Thread Shi Weihua
Fix the following compile warning without CONFIG_PREEMPT_RT: kernel/timer.c:937: warning: ‘count_active_rt_tasks’ defined but not used Signed-off-by: Shi Weihua <[EMAIL PROTECTED]> --- diff -urpN linux-2.6.24-rt1.orig/kernel/timer.c linux-2.6.24-rt1/kernel/timer.c --- linux-2.6.24-rt1.orig/kerne