diff options
author | Pravin Shedge <pravin.shedge4linux@gmail.com> | 2018-02-06 18:41:03 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-02-06 21:32:47 -0500 |
commit | 4fd39c23fe78c903c6e62a506d08bc2003d8eaed (patch) | |
tree | dfe0f39e0cc3a8b550ae82412ae538a10fa6d3c6 /mm/userfaultfd.c | |
parent | 1a60e4d516defb5808967a8b42ac6675a3f05085 (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/1512580957-6071-1-git-send-email-pravin.shedge4linux@gmail.com
Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>
Cc: Michal Hocko <mhocko@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/userfaultfd.c')
-rw-r--r-- | mm/userfaultfd.c | 1 |
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 @@ | |||
16 | #include <linux/userfaultfd_k.h> | 16 | #include <linux/userfaultfd_k.h> |
17 | #include <linux/mmu_notifier.h> | 17 | #include <linux/mmu_notifier.h> |
18 | #include <linux/hugetlb.h> | 18 | #include <linux/hugetlb.h> |
19 | #include <linux/pagemap.h> | ||
20 | #include <linux/shmem_fs.h> | 19 | #include <linux/shmem_fs.h> |
21 | #include <asm/tlbflush.h> | 20 | #include <asm/tlbflush.h> |
22 | #include "internal.h" | 21 | #include "internal.h" |