Skip to content

Commit

Permalink
fork: remove duplicate included header files
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Xu Panda authored and akpm00 committed Sep 26, 2022
1 parent 4d38cde commit b07f897
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/fork.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b07f897

Please sign in to comment.