Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73b0cd67 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

hrtimer: Remove unused variable



Sigh, should have noticed myself.

Reported-by: default avatar <fengguang.wu@intel.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 5ec2481b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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!");