Commit-ID: 137baabe351e0554d06c6d5c84059fe343e2791e Gitweb: http://git.kernel.org/tip/137baabe351e0554d06c6d5c84059fe343e2791e Author: Wei Yongjun <[email protected]> AuthorDate: Mon, 17 Oct 2016 15:47:39 +0000 Committer: Thomas Gleixner <[email protected]> CommitDate: Wed, 19 Oct 2016 17:28:48 +0200
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]> --- 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>

