Skip to content

Commit

Permalink
hrtimer: Remove unused variable
Browse files Browse the repository at this point in the history
Sigh, should have noticed myself.

Reported-by: fengguang.wu@intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Thomas Gleixner committed Jul 6, 2013
1 parent 5ec2481 commit 73b0cd6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kernel/hrtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -782,8 +782,6 @@ void clock_was_set(void)
*/
void hrtimers_resume(void)
{
struct hrtimer_cpu_base *cpu_base = &__get_cpu_var(hrtimer_bases);

WARN_ONCE(!irqs_disabled(),
KERN_INFO "hrtimers_resume() called with IRQs enabled!");

Expand Down

0 comments on commit 73b0cd6

Please sign in to comment.