[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-137baabe351e0554d06c6d5c84059fe343e2791e@git.kernel.org>
Date: Wed, 19 Oct 2016 08:39:47 -0700
From: tip-bot for Wei Yongjun <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: tglx@...utronix.de, dave.hansen@...ux.intel.com,
mgorman@...hsingularity.net, akpm@...ux-foundation.org,
linux-kernel@...r.kernel.org, kirill.shutemov@...ux.intel.com,
mingo@...nel.org, weiyongjun1@...wei.com, hpa@...or.com
Subject: [tip:mm/urgent] mm/numa: Remove duplicated include from mprotect.c
Commit-ID: 137baabe351e0554d06c6d5c84059fe343e2791e
Gitweb: http://git.kernel.org/tip/137baabe351e0554d06c6d5c84059fe343e2791e
Author: Wei Yongjun <weiyongjun1@...wei.com>
AuthorDate: Mon, 17 Oct 2016 15:47:39 +0000
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Wed, 19 Oct 2016 17:28:48 +0200
mm/numa: Remove duplicated include from mprotect.c
Signed-off-by: Wei Yongjun <weiyongjun1@...wei.com>
Cc: Dave Hansen <dave.hansen@...ux.intel.com>
Cc: linux-mm@...ck.org
Cc: Andrew Morton <akpm@...ux-foundation.org>
Cc: Mel Gorman <mgorman@...hsingularity.net>
Cc: "Kirill A. Shutemov" <kirill.shutemov@...ux.intel.com>
Link: http://lkml.kernel.org/r/1476719259-6214-1-git-send-email-weiyj.lk@gmail.com
Signed-off-by: Thomas Gleixner <tglx@...utronix.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>
Powered by blists - more mailing lists