diff options
-rw-r--r-- | kernel/hrtimer.c | 2 |
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 | */ |
783 | void hrtimers_resume(void) | 783 | void 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 | ||