The patch titled x86: remove unused include from efi_stub.S has been added to the -mm tree. Its filename is x86-remove-unused-include-from-efi_stubs.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: x86: remove unused include from efi_stub.S From: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Remove unnecessary include from efi_stub.S Signed-off-by: Zachary Amsden <zach@xxxxxxxxxx> Signed-off-by: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- diff -puN arch/i386/kernel/efi_stub.S~x86-remove-unused-include-from-efi_stubs arch/i386/kernel/efi_stub.S --- a/arch/i386/kernel/efi_stub.S~x86-remove-unused-include-from-efi_stubs +++ a/arch/i386/kernel/efi_stub.S @@ -7,7 +7,6 @@ #include <linux/linkage.h> #include <asm/page.h> -#include <asm/pgtable.h> /* * efi_call_phys(void *, ...) is a function with variable parameters. _ Patches currently in -mm which might be from rusty@xxxxxxxxxxxxxxx are bug-in-futex-unqueue_me.patch x86-remove-locally-defined-ldt-structure-in-favour-of-standard-type.patch x86-allow-a-kernel-to-not-be-in-ring-0.patch x86-replace-sensitive-instructions-with-macros.patch x86-roll-all-the-cpuid-asm-into-one-__cpuid-call.patch x86-trivial-pgtableh-__assembly__-move.patch x86-trivial-move-of-__have-macros-in-i386-pagetable-headers.patch x86-trivial-move-of-ptep_set_access_flags.patch x86-remove-unused-include-from-efi_stubs.patch eisa-bus-modalias-attributes-support-1.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