aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2007-03-05 00:30:06 -0800
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-03-05 07:57:50 -0800
commit58a53b246b4aed95f3f93b45828c8d9f26b1cfcb (patch)
treecf2a7e30acbdbc3f8a314ec6c541bca5249ebcea /include/asm-i386
parent[PATCH] cyclades: return closing_wait (diff)
downloadlinux-dev-58a53b246b4aed95f3f93b45828c8d9f26b1cfcb.tar.xz
linux-dev-58a53b246b4aed95f3f93b45828c8d9f26b1cfcb.zip
[PATCH] io_apic.h needs apicdef.h
A -mm patch caused: In file included from drivers/pci/quirks.c:532: include/asm/io_apic.h:61: error: "MAX_IO_APICS" undeclared here (not in a function) So let's include the needed header. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-i386')
-rw-r--r--include/asm-i386/io_apic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-i386/io_apic.h b/include/asm-i386/io_apic.h
index 059a9ff28b4d..340764076d5f 100644
--- a/include/asm-i386/io_apic.h
+++ b/include/asm-i386/io_apic.h
@@ -3,6 +3,7 @@
#include <asm/types.h>
#include <asm/mpspec.h>
+#include <asm/apicdef.h>
/*
* Intel IO-APIC support for SMP and UP systems.