The patch titled Subject: mm/mprotect.c: remove duplicated include from mprotect.c has been added to the -mm tree. Its filename is mm-numa-remove-duplicated-include-from-mprotectc.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-numa-remove-duplicated-include-from-mprotectc.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-numa-remove-duplicated-include-from-mprotectc.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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 mm-numa-remove-duplicated-include-from-mprotectc.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