[PATCH linux-next] fork: remove duplicate included header files

cgel.zte@gmail.com posted 1 patch 3 years, 6 months ago
kernel/fork.c | 1 -
1 file changed, 1 deletion(-)
[PATCH linux-next] fork: remove duplicate included header files
Posted by cgel.zte@gmail.com 3 years, 6 months ago
From: Xu Panda <xu.panda@zte.com.cn>

linux/sched/mm.h is included more than once.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Xu Panda <xu.panda@zte.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