[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1476719259-6214-1-git-send-email-weiyj.lk@gmail.com>
Date: Mon, 17 Oct 2016 15:47:39 +0000
From: Wei Yongjun <weiyj.lk@...il.com>
To: Andrew Morton <akpm@...ux-foundation.org>,
Thomas Gleixner <tglx@...utronix.de>,
Dave Hansen <dave.hansen@...ux.intel.com>,
"Kirill A. Shutemov" <kirill.shutemov@...ux.intel.com>,
Mel Gorman <mgorman@...hsingularity.net>
Cc: Wei Yongjun <weiyongjun1@...wei.com>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: [PATCH -next] mm: numa: remove duplicated include from mprotect.c
From: Wei Yongjun <weiyongjun1@...wei.com>
Remove duplicated include.
Signed-off-by: Wei Yongjun <weiyongjun1@...wei.com>
---
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