The patch titled x86: remove unused include from efi_stub.S has been removed from the -mm tree. Its filename is x86-remove-unused-include-from-efi_stubs.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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> --- arch/i386/kernel/efi_stub.S | 1 - 1 file changed, 1 deletion(-) 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 origin.patch eisa-bus-modalias-attributes-support-1.patch fix-____call_usermodehelper-errors-being-silently-ignored.patch sys-modules-patch-allow-full-length-section-names.patch stop_machinec-copyright.patch paravirt-remove-read-hazard-from-cow.patch paravirt-pte-clear-not-present.patch paravirt-lazy-mmu-mode-hooks.patch paravirt-combine-flush-accessed-dirty.patch paravirt-kpte-flush.patch paravirt-optimize-ptep-establish-for-pae.patch paravirt-remove-set-pte-atomic.patch paravirt-pae-compile-fix.patch paravirt-update-pte-hook.patch lower-migration-thread-stop-machine-prio.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