aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYueHaibing <[email protected]>2019-03-07 16:31:31 -0800
committerLinus Torvalds <[email protected]>2019-03-07 18:32:03 -0800
commitfd2081ffce4e8aa3b2085be3bc584523ddeedf02 (patch)
tree4e73957fd1b6d6e05cdae62abb35c436a2d6fc1d
parent62461ac2e5b6520b6d65fc6d7d7b4b8df4b848d8 (diff)
kernel/fork.c: remove duplicated include
Remove duplicated include. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: YueHaibing <[email protected]> Reviewed-by: Stephen Rothwell <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[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 77059b211608..874e48c410f8 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -77,7 +77,6 @@
#include <linux/blkdev.h>
#include <linux/fs_struct.h>
#include <linux/magic.h>
-#include <linux/sched/mm.h>
#include <linux/perf_event.h>
#include <linux/posix-timers.h>
#include <linux/user-return-notifier.h>