aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/visws_quirks.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-07-26 19:35:20 +0200
committerIngo Molnar <mingo@elte.hu>2008-07-26 19:33:27 +0200
commit3964cd3a6721f18ef1dd67b9a0a89dc5b36683b9 (patch)
tree0139053a7cbbc497803df73f413b9a7879052bd5 /arch/x86/kernel/visws_quirks.c
parentarch/x86/kernel/visws_quirks.c: Removed duplicated #include (diff)
downloadlinux-dev-3964cd3a6721f18ef1dd67b9a0a89dc5b36683b9.tar.xz
linux-dev-3964cd3a6721f18ef1dd67b9a0a89dc5b36683b9.zip
x86: visws_quirks, fix build error
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>
Diffstat (limited to 'arch/x86/kernel/visws_quirks.c')
-rw-r--r--arch/x86/kernel/visws_quirks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/visws_quirks.c b/arch/x86/kernel/visws_quirks.c
index 0c75691bcf5f..3059eb45a915 100644
--- a/arch/x86/kernel/visws_quirks.c
+++ b/arch/x86/kernel/visws_quirks.c
@@ -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>