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

Commit c8e2aeef authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

genirq: remove redundant if condition



Impact: cleanup

The code is only compiled if CONFIG_GENERIC_HARDIRQS=y so another
check for this define in the code is redundant. Remove it.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 3dd3d46b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

#include "internals.h"

#if defined(CONFIG_SMP) && defined(CONFIG_GENERIC_HARDIRQS)
#ifdef CONFIG_SMP
cpumask_var_t irq_default_affinity;

/**