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

Commit 86721ab6 authored by Pratyush Patel's avatar Pratyush Patel Committed by Thomas Gleixner
Browse files

hrtimer: Remove redundant #ifdef block



Only need CONFIG_NO_HZ_COMMON as this block is already in a
CONFIG_SMP block.

Signed-off-by: default avatarPratyush Patel <pratyushpatel.1995@gmail.com>
Link: http://lkml.kernel.org/r/20160301172849.GA18152@cyborg


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent b5227d03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ hrtimer_check_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base)
#endif
}

#if defined(CONFIG_SMP) && defined(CONFIG_NO_HZ_COMMON)
#ifdef CONFIG_NO_HZ_COMMON
static inline
struct hrtimer_cpu_base *get_target_base(struct hrtimer_cpu_base *base,
					 int pinned)