From: Pravin Shedge Date: Tue, 6 Feb 2018 23:41:03 +0000 (-0800) Subject: mm/userfaultfd.c: remove duplicate include X-Git-Tag: Ubuntu-5.10.0-12.13~8459^2~28 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=4fd39c23fe78c903c6e62a506d08bc2003d8eaed;p=mirror_ubuntu-hirsute-kernel.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 81192701964d..39791b81ede7 100644 --- a/mm/userfaultfd.c +++ b/mm/userfaultfd.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include #include "internal.h"