projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62461ac
)
kernel/fork.c: remove duplicated include
author
YueHaibing
<
[email protected]
>
Fri, 8 Mar 2019 00:31:31 +0000
(16:31 -0800)
committer
Linus Torvalds
<
[email protected]
>
Fri, 8 Mar 2019 02:32:03 +0000
(18:32 -0800)
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]
>
kernel/fork.c
patch
|
blob
|
history
diff --git
a/kernel/fork.c
b/kernel/fork.c
index 77059b211608f6d9d8aefb7f05a6dd03f197043b..874e48c410f853df2207e0105958924430dfeda8 100644
(file)
--- 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>