summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-02-15 11:29:19 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2019-02-18 18:03:02 +1100
commit6d7319f669c82bc983999040348942d17e344296 (patch)
tree7b92e858eb8bc6dd35596eeb620141b74e9e59df
parentcd3738806a1961fe1790de23fc8c4f77d9b28add (diff)
downloadlinux-6d7319f669c82bc983999040348942d17e344296.tar.gz
linux-6d7319f669c82bc983999040348942d17e344296.tar.xz
kernel/fork.c: remove duplicated include
Remove duplicated include. Link: http://lkml.kernel.org/r/20181209062952.17736-1-yuehaibing@huawei.com Signed-off-by: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--kernel/fork.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/fork.c b/kernel/fork.c
index 97d1a29babe2..3c516c6f7ce4 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>