]> git.karo-electronics.de Git - linux-beck.git/commitdiff
x86: visws_quirks, fix build error
authorIngo Molnar <mingo@elte.hu>
Sat, 26 Jul 2008 17:35:20 +0000 (19:35 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 26 Jul 2008 17:33:27 +0000 (19:33 +0200)
fix:

 arch/x86/kernel/visws_quirks.c: In function ‘visws_early_detect’:
 arch/x86/kernel/visws_quirks.c:290: error: ‘skip_ioapic_setup’ undeclared (first use in this function)
 arch/x86/kernel/visws_quirks.c:290: error: (Each undeclared identifier is reported only once
 arch/x86/kernel/visws_quirks.c:290: error: for each function it appears in.)

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/visws_quirks.c

index 0c75691bcf5f70045d1337a6a51e06a0cc8c771b..3059eb45a9158c4d272c94a0af6fcc553c94e9ce 100644 (file)
@@ -25,6 +25,7 @@
 #include <asm/visws/cobalt.h>
 #include <asm/visws/piix4.h>
 #include <asm/arch_hooks.h>
+#include <asm/io_apic.h>
 #include <asm/fixmap.h>
 #include <asm/reboot.h>
 #include <asm/setup.h>