The patch titled Subject: mm/mprotect.c: remove duplicated include from mprotect.c has been removed from the -mm tree. Its filename was mm-numa-remove-duplicated-include-from-mprotectc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Wei Yongjun <weiyongjun1@xxxxxxxxxx> Subject: mm/mprotect.c: remove duplicated include from mprotect.c Remove duplicated include. Link: http://lkml.kernel.org/r/1476719259-6214-1-git-send-email-weiyj.lk@xxxxxxxxx Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/mprotect.c | 1 - 1 file changed, 1 deletion(-) diff -puN mm/mprotect.c~mm-numa-remove-duplicated-include-from-mprotectc mm/mprotect.c --- a/mm/mprotect.c~mm-numa-remove-duplicated-include-from-mprotectc +++ a/mm/mprotect.c @@ -25,7 +25,6 @@ #include <linux/perf_event.h> #include <linux/pkeys.h> #include <linux/ksm.h> -#include <linux/pkeys.h> #include <asm/uaccess.h> #include <asm/pgtable.h> #include <asm/cacheflush.h> _ Patches currently in -mm which might be from weiyongjun1@xxxxxxxxxx are -- 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