aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2013-07-06 04:34:00 -0400
committerThomas Gleixner <tglx@linutronix.de>2013-07-06 04:34:00 -0400
commit73b0cd674ccc64c921e25bd7154f26d342116539 (patch)
tree93fbfc08581cdc6dd8ee2e89b876703b1bb3c675 /kernel/hrtimer.c
parent5ec2481b7b47a4005bb446d176e5d0257400c77d (diff)
hrtimer: Remove unused variable
Sigh, should have noticed myself. Reported-by: fengguang.wu@intel.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/hrtimer.c')
-rw-r--r--kernel/hrtimer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
index b9b9420a1297..3a951d8d5770 100644
--- a/kernel/hrtimer.c
+++ b/kernel/hrtimer.c
@@ -782,8 +782,6 @@ void clock_was_set(void)
782 */ 782 */
783void hrtimers_resume(void) 783void hrtimers_resume(void)
784{ 784{
785 struct hrtimer_cpu_base *cpu_base = &__get_cpu_var(hrtimer_bases);
786
787 WARN_ONCE(!irqs_disabled(), 785 WARN_ONCE(!irqs_disabled(),
788 KERN_INFO "hrtimers_resume() called with IRQs enabled!"); 786 KERN_INFO "hrtimers_resume() called with IRQs enabled!");
789 787