The patch titled x86: fix incomplete include guard has been removed from the -mm tree. Its filename was x86-fix-incomplete-include-guard.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: x86: fix incomplete include guard From: Vegard Nossum <vegard.nossum@xxxxxxxxx> Signed-off-by: Vegard Nossum <vegard.nossum@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-x86/seccomp_32.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/asm-x86/seccomp_32.h~x86-fix-incomplete-include-guard include/asm-x86/seccomp_32.h --- a/include/asm-x86/seccomp_32.h~x86-fix-incomplete-include-guard +++ a/include/asm-x86/seccomp_32.h @@ -1,4 +1,5 @@ #ifndef _ASM_SECCOMP_H +#define _ASM_SECCOMP_H #include <linux/thread_info.h> _ Patches currently in -mm which might be from vegard.nossum@xxxxxxxxx are origin.patch linux-next.patch arm-fix-header-guards.patch parisc-fix-incomplete-header-guard.patch h8300-fix-typo-in-header-guard.patch v850-fix-typo-in-header-guard.patch kallsyms-fix-potential-overflow-in-binary-search.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