diff mbox series

[RFC,tip] sched/headers, audit: fix duplicated inclusion

Message ID 20210615010628.GJ237458@shao2-debian (mailing list archive)
State New, archived
Headers show
Series [RFC,tip] sched/headers, audit: fix duplicated inclusion | expand

Commit Message

Chen, Rong A June 15, 2021, 1:06 a.m. UTC
fs/namei.c: linux/audit.h is included more than once.

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 namei.c |    1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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>