hrtimer: fix HOTPLUG_CPU=n compile warning
authorThomas Gleixner <tglx@linutronix.de>
Mon, 5 Jan 2009 10:28:20 +0000 (11:28 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 5 Jan 2009 12:14:32 +0000 (13:14 +0100)
commitd5fd43c4ae04523e1dcd7794f9c511b289851350
tree0334b8b32ef4e5fb780449cbc49bed32a42c515d
parent8bdec955b0da2ffbd10eb9b200651dd1f9e366f2
hrtimer: fix HOTPLUG_CPU=n compile warning

Impact: cleanup

 kernel/hrtimer.c: In function 'hrtimer_cpu_notify':
 kernel/hrtimer.c:1574: warning: unused variable 'dcpu'

Introduced by commit 37810659ea7d9572c5ac284ade272f806ef8f788
("hrtimer: removing all ur callback modes, fix hotplug") from the
timers.  dcpu is only used if CONFIG_HOTPLUG_CPU is set.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/hrtimer.c