The patch titled io_apic.h needs apicdef.h has been removed from the -mm tree. Its filename was io_apic-needs-apicdefh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: io_apic.h needs apicdef.h From: Jean Delvare <khali@xxxxxxxxxxxx> 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@xxxxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-i386/io_apic.h | 1 + include/asm-x86_64/io_apic.h | 1 + 2 files changed, 2 insertions(+) diff -puN include/asm-i386/io_apic.h~io_apic-needs-apicdefh include/asm-i386/io_apic.h --- a/include/asm-i386/io_apic.h~io_apic-needs-apicdefh +++ a/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. diff -puN include/asm-x86_64/io_apic.h~io_apic-needs-apicdefh include/asm-x86_64/io_apic.h --- a/include/asm-x86_64/io_apic.h~io_apic-needs-apicdefh +++ a/include/asm-x86_64/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. _ Patches currently in -mm which might be from khali@xxxxxxxxxxxx are origin.patch git-dvb.patch scatterlisth-needs-typesh.patch cleanup-the-includes-of-linux-pcih.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html