aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXu Panda <[email protected]>2022-09-12 07:15:57 +0000
committerAndrew Morton <[email protected]>2022-10-11 18:51:10 -0700
commitef79361b265dd229725ad62bc850f6913ef2f94a (patch)
treeef177216e726b778411b14aa58b53d49f11122eb
parent374d6cda7946431611c41cbb6e75dc4a25727ea8 (diff)
fork: remove duplicate included header files
linux/sched/mm.h is included more than once. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Xu Panda <[email protected]> Reported-by: Zeal Robot <[email protected]> Cc: Andy Lutomirski <[email protected]> Cc: Christian Brauner (Microsoft) <[email protected]> Cc: "Eric W . Biederman" <[email protected]> Cc: Fenghua Yu <[email protected]> Cc: Liam Howlett <[email protected]> Cc: Sebastian Andrzej Siewior <[email protected]> Cc: Thomas Gleixner <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r--kernel/fork.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/fork.c b/kernel/fork.c
index 90c85b17bf69..3b8784e3ce97 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -97,7 +97,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>