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

From: kernel test robot
Date: Mon Jun 14 2021 - 23:15:49 EST


fs/namei.c: linux/audit.h is included more than once.

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@xxxxxxxxx>
Signed-off-by: kernel test robot <lkp@xxxxxxxxx>
---
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>