[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220912071556.16811-1-xu.panda@zte.com.cn>
Date: Mon, 12 Sep 2022 07:15:57 +0000
From: cgel.zte@...il.com
To: brauner@...nel.org
Cc: ebiederm@...ssion.com, akpm@...ux-foundation.org,
tglx@...utronix.de, luto@...nel.org, bigeasy@...utronix.de,
Liam.Howlett@...cle.com, fenghua.yu@...el.com,
linux-kernel@...r.kernel.org, Xu Panda <xu.panda@....com.cn>,
Zeal Robot <zealci@....com.cn>
Subject: [PATCH linux-next] fork: remove duplicate included header files
From: Xu Panda <xu.panda@....com.cn>
linux/sched/mm.h is included more than once.
Reported-by: Zeal Robot <zealci@....com.cn>
Signed-off-by: Xu Panda <xu.panda@....com.cn>
---
kernel/fork.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/kernel/fork.c b/kernel/fork.c
index bfb23851b6eb..52e4497635d1 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -96,7 +96,6 @@
#include <linux/scs.h>
#include <linux/io_uring.h>
#include <linux/bpf.h>
-#include <linux/sched/mm.h>
#include <asm/pgalloc.h>
#include <linux/uaccess.h>
--
2.15.2
Powered by blists - more mailing lists