From: Pravin Shedge Date: Tue, 6 Feb 2018 23:41:03 +0000 (-0800) Subject: mm/userfaultfd.c: remove duplicate include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4fd39c23fe78c903c6e62a506d08bc2003d8eaed;p=linux.git 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 Cc: Michal Hocko Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/userfaultfd.c b/mm/userfaultfd.c index 81192701964d3..39791b81ede7f 100644 --- a/mm/userfaultfd.c +++ b/mm/userfaultfd.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include #include "internal.h"