sched: fix defined-but-unused warning
authorRabin Vincent <rabin@rab.in>
Sun, 11 May 2008 00:25:33 +0000 (05:55 +0530)
committerIngo Molnar <mingo@elte.hu>
Fri, 6 Jun 2008 13:19:34 +0000 (15:19 +0200)
commit81d41d7ece23a1c3b4bcd1604026d3a06cc4dc79
tree17d01a974c420cd0e32b27e8afda42af8416fc93
parent554ec22f075d46e4363520a407d2b7eeb5dfdd43
sched: fix defined-but-unused warning

Fix this warning, which appears with !CONFIG_SMP:
kernel/sched.c:1216: warning: `init_hrtick' defined but not used

Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/sched.c