From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4929416828147647891==" MIME-Version: 1.0 From: kernel test robot Subject: [RFC PATCH tip] sched/headers, audit: fix duplicated inclusion Date: Mon, 14 Jun 2021 05:18:56 +0800 Message-ID: <20210613211856.GA59906@679f459111b3> In-Reply-To: <202106140551.0OCae6Pb-lkp@intel.com> List-Id: To: kbuild@lists.01.org --===============4929416828147647891== 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: Alexander Viro CC: linux-fsdevel(a)vger.kernel.org CC: linux-kernel(a)vger.kernel.org fs/namei.c: linux/audit.h is included more than once. Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- namei.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/namei.c b/fs/namei.c index a423bf0cbd1ae..13583d67a5a5d 100644 --- a/fs/namei.c +++ b/fs/namei.c @@ -15,7 +15,6 @@ /* [Feb-Apr 2000, AV] Rewrite to the new namespace architecture. */ = -#include #include #include #include --===============4929416828147647891==--