projects
/
users
/
dwmw2
/
linux.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e35ac9d
)
arm64/kernel: remove duplicate include in process.c
author
Lv Ruyi <lv.ruyi@zte.com.cn>
Thu, 2 Sep 2021 01:11:26 +0000
(18:11 -0700)
committer
Catalin Marinas <catalin.marinas@arm.com>
Thu, 16 Sep 2021 16:46:49 +0000
(17:46 +0100)
Remove all but the first include of linux/sched.h from process.c
Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Lv Ruyi <lv.ruyi@zte.com.cn>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Link:
https://lore.kernel.org/r/20210902011126.29828-1-lv.ruyi@zte.com.cn
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/process.c
patch
|
blob
|
history
diff --git
a/arch/arm64/kernel/process.c
b/arch/arm64/kernel/process.c
index 19100fe8f7e499851251e2d1e9d201fa21aa9d7a..1a1213cca1731b8aae26fc646b10eaf393b7ece8 100644
(file)
--- a/
arch/arm64/kernel/process.c
+++ b/
arch/arm64/kernel/process.c
@@
-18,7
+18,6
@@
#include <linux/mman.h>
#include <linux/mm.h>
#include <linux/nospec.h>
-#include <linux/sched.h>
#include <linux/stddef.h>
#include <linux/sysctl.h>
#include <linux/unistd.h>