aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Yongjun <[email protected]>2016-10-17 15:47:39 +0000
committerThomas Gleixner <[email protected]>2016-10-19 17:28:48 +0200
commit137baabe351e0554d06c6d5c84059fe343e2791e (patch)
treea33605ea5dfbdd5bd17ef1c1c004ae91a0d322e6
parent1a1891d762d6e64daf07b5be4817e3fbb29e3c59 (diff)
mm/numa: Remove duplicated include from mprotect.c
Signed-off-by: Wei Yongjun <[email protected]> Cc: Dave Hansen <[email protected]> Cc: [email protected] Cc: Andrew Morton <[email protected]> Cc: Mel Gorman <[email protected]> Cc: "Kirill A. Shutemov" <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>
-rw-r--r--mm/mprotect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/mprotect.c b/mm/mprotect.c
index bcdbe62f3e6d..11936526b08b 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>