From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============7152123768843403139==" MIME-Version: 1.0 From: kernel test robot Subject: [RFC PATCH tip] sched/headers, fs: fix duplicated inclusion Date: Mon, 14 Jun 2021 05:30:28 +0800 Message-ID: <20210613213028.GA68308@679f459111b3> In-Reply-To: <202106140518.jzHE1rg3-lkp@intel.com> List-Id: To: kbuild@lists.01.org --===============7152123768843403139== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable CC: kbuild-all(a)lists.01.org CC: linux-kernel(a)vger.kernel.org CC: x86(a)kernel.org TO: Ingo Molnar CC: Mark Fasheh CC: Joel Becker CC: Joseph Qi CC: Andrew Morton CC: Linux Memory Management List CC: Geert Uytterhoeven CC: Miguel Ojeda CC: Wengang Wang CC: Masahiro Yamada fs/ocfs2/dlm/dlmrecovery.c: linux/stringhash.h is included more than once. Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- dlmrecovery.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/ocfs2/dlm/dlmrecovery.c b/fs/ocfs2/dlm/dlmrecovery.c index bf7a40fd97e31..0ae3737331157 100644 --- a/fs/ocfs2/dlm/dlmrecovery.c +++ b/fs/ocfs2/dlm/dlmrecovery.c @@ -10,7 +10,6 @@ = #include #include -#include #include #include #include --===============7152123768843403139==--