Commit-ID: 137baabe351e0554d06c6d5c84059fe343e2791e Gitweb: http://git.kernel.org/tip/137baabe351e0554d06c6d5c84059fe343e2791e Author: Wei Yongjun <weiyongj...@huawei.com> AuthorDate: Mon, 17 Oct 2016 15:47:39 +0000 Committer: Thomas Gleixner <t...@linutronix.de> CommitDate: Wed, 19 Oct 2016 17:28:48 +0200
mm/numa: Remove duplicated include from mprotect.c Signed-off-by: Wei Yongjun <weiyongj...@huawei.com> Cc: Dave Hansen <dave.han...@linux.intel.com> Cc: linux...@kvack.org Cc: Andrew Morton <a...@linux-foundation.org> Cc: Mel Gorman <mgor...@techsingularity.net> Cc: "Kirill A. Shutemov" <kirill.shute...@linux.intel.com> Link: http://lkml.kernel.org/r/1476719259-6214-1-git-send-email-weiyj...@gmail.com Signed-off-by: Thomas Gleixner <t...@linutronix.de> --- mm/mprotect.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mm/mprotect.c b/mm/mprotect.c index bcdbe62..1193652 100644 --- a/mm/mprotect.c +++ b/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>