Skip to content

Commit

Permalink
mm/userfaultfd.c: remove duplicate include
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Pravin Shedge authored and torvalds committed Feb 7, 2018
1 parent 1a60e4d commit 4fd39c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm/userfaultfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4fd39c2

Please sign in to comment.