Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64/kernel: remove duplicate include in process.c

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>

authored by

Lv Ruyi and committed by
Catalin Marinas
861dc4f5 e35ac9d0

-1
-1
arch/arm64/kernel/process.c
··· 18 18 #include <linux/mman.h> 19 19 #include <linux/mm.h> 20 20 #include <linux/nospec.h> 21 - #include <linux/sched.h> 22 21 #include <linux/stddef.h> 23 22 #include <linux/sysctl.h> 24 23 #include <linux/unistd.h>