VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Ingo Molnar <mingo@kernel.org> 2017-02-02 19:15:33 +0100 committer: Ingo Molnar <mingo@kernel.org> 2017-03-02 08:42:32 +0100 commit: 174cd4b1e5fbd0d74c68cf3a74f5bd4923485512 parent: b12fb7f46af7d548503d75be59f493f958c6d1b3
Commit Summary:
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/userfaultfd.c b/fs/userfaultfd.c
index 18d12bfff770..973607df579d 100644
--- a/fs/userfaultfd.c
+++ b/fs/userfaultfd.c
@@ -14,7 +14,7 @@
 
 #include <linux/list.h>
 #include <linux/hashtable.h>
-#include <linux/sched.h>
+#include <linux/sched/signal.h>
 #include <linux/sched/mm.h>
 #include <linux/mm.h>
 #include <linux/poll.h>