]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
x86: remove dead IRQBALANCE code
authorDan McGee <dpmcgee@gmail.com>
Thu, 23 Oct 2008 20:44:02 +0000 (15:44 -0500)
committerIngo Molnar <mingo@elte.hu>
Mon, 27 Oct 2008 13:22:51 +0000 (14:22 +0100)
Impact: cleanup

CONFIG_IRQBALANCE was removed in commit 8b8e8c1bf; this ifdef was still
around.

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/irq.h

index bae0eda954864aa62e90b6ec438b82c8785129dc..28e409fc73f3df33e4c6b2cbde5e99e0433e0fa1 100644 (file)
@@ -31,10 +31,6 @@ static inline int irq_canonicalize(int irq)
 # endif
 #endif
 
-#ifdef CONFIG_IRQBALANCE
-extern int irqbalance_disable(char *str);
-#endif
-
 #ifdef CONFIG_HOTPLUG_CPU
 #include <linux/cpumask.h>
 extern void fixup_irqs(cpumask_t map);