From: Fabian Frederick Date: Tue, 12 May 2020 18:19:06 +0000 (+0200) Subject: fsnotify: Remove proc_fs.h include X-Git-Tag: v5.8-rc1~147^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a449099b9d5b0a1ac23c1cdbda4bfbaf4b27076;p=thirdparty%2Flinux.git fsnotify: Remove proc_fs.h include proc_fs.h was already included in fdinfo.h Link: https://lore.kernel.org/r/20200512181906.405927-1-fabf@skynet.be Signed-off-by: Fabian Frederick Reviewed-by: Amir Goldstein Signed-off-by: Jan Kara --- diff --git a/fs/notify/fdinfo.c b/fs/notify/fdinfo.c index ef83f4020554f..f0d6b54be412e 100644 --- a/fs/notify/fdinfo.c +++ b/fs/notify/fdinfo.c @@ -11,7 +11,6 @@ #include #include #include -#include #include #include "inotify/inotify.h"