[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210615010628.GJ237458@shao2-debian>
Date: Tue, 15 Jun 2021 09:06:28 +0800
From: kernel test robot <rong.a.chen@...el.com>
To: Ingo Molnar <mingo@...nel.org>
Cc: kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org,
x86@...nel.org, Alexander Viro <viro@...iv.linux.org.uk>,
linux-fsdevel@...r.kernel.org
Subject: [RFC PATCH tip] sched/headers, audit: fix duplicated inclusion
fs/namei.c: linux/audit.h is included more than once.
Generated by: scripts/checkincludes.pl
Reported-by: kernel test robot <lkp@...el.com>
Signed-off-by: kernel test robot <lkp@...el.com>
---
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 <linux/audit.h>
#include <linux/init.h>
#include <linux/export.h>
#include <linux/kernel.h>
Powered by blists - more mailing lists