Commit c8e2aeef authored by Thomas Gleixner's avatar Thomas Gleixner

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
......@@ -15,7 +15,7 @@
#include "internals.h"
#if defined(CONFIG_SMP) && defined(CONFIG_GENERIC_HARDIRQS)
#ifdef CONFIG_SMP
cpumask_var_t irq_default_affinity;
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment