[PATCH] i386: irqbalance_disable() section fix

WARNING: arch/i386/kernel/built-in.o - Section mismatch: reference to .init.text:irqbalance_disable from .text between 'quirk_intel_irqbalance' (at offset 0x80a5) and 'i8237A_suspend'

Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Andrew Morton and committed by Linus Torvalds c2481cc4 c993c735

+1 -1
+1 -1
arch/i386/kernel/io_apic.c
··· 736 736 return 0; 737 737 } 738 738 739 - int __init irqbalance_disable(char *str) 739 + int __devinit irqbalance_disable(char *str) 740 740 { 741 741 irqbalance_disabled = 1; 742 742 return 1;