VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Ingo Molnar <mingo@kernel.org> 2017-02-08 18:51:30 +0100 committer: Ingo Molnar <mingo@kernel.org> 2017-03-02 08:42:29 +0100 commit: 3f07c0144132e4f59d88055ac8ff3e691a5fa2b8 parent: f7ccbae45c5e2c1077654b0e857e7efb1aa31c92
Commit Summary:
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/arch/h8300/kernel/ptrace_s.c b/arch/h8300/kernel/ptrace_s.c
index ef5a9c13e76d..c0af930052c0 100644
--- a/arch/h8300/kernel/ptrace_s.c
+++ b/arch/h8300/kernel/ptrace_s.c
@@ -10,7 +10,7 @@
  */
 
 #include <linux/linkage.h>
-#include <linux/sched.h>
+#include <linux/sched/signal.h>
 #include <linux/errno.h>
 #include <asm/ptrace.h>