aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPravin Shedge <[email protected]>2018-02-06 15:41:03 -0800
committerLinus Torvalds <[email protected]>2018-02-06 18:32:47 -0800
commit4fd39c23fe78c903c6e62a506d08bc2003d8eaed (patch)
treedfe0f39e0cc3a8b550ae82412ae538a10fa6d3c6
parent1a60e4d516defb5808967a8b42ac6675a3f05085 (diff)
mm/userfaultfd.c: remove duplicate include
These duplicate includes have been found with scripts/checkincludes.pl but they have been removed manually to avoid removing false positives. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Pravin Shedge <[email protected]> Cc: Michal Hocko <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--mm/userfaultfd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/userfaultfd.c b/mm/userfaultfd.c
index 81192701964d..39791b81ede7 100644
--- a/mm/userfaultfd.c
+++ b/mm/userfaultfd.c
@@ -16,7 +16,6 @@
#include <linux/userfaultfd_k.h>
#include <linux/mmu_notifier.h>
#include <linux/hugetlb.h>
-#include <linux/pagemap.h>
#include <linux/shmem_fs.h>
#include <asm/tlbflush.h>
#include "internal.h"