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-03 23:47:37 +0100 committer: Ingo Molnar <mingo@kernel.org> 2017-03-02 08:42:37 +0100 commit: f361bf4a66c9bfabace46f6ff5d97005c9b524fe parent: e6d930b4e0115eb0732eec0efb11c3b09a8000fc
Commit Summary:
sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/dax.c b/fs/dax.c
index 7436c98b92c8..de622d4282a6 100644
--- a/fs/dax.c
+++ b/fs/dax.c
@@ -27,6 +27,7 @@
 #include <linux/pagevec.h>
 #include <linux/pmem.h>
 #include <linux/sched.h>
+#include <linux/sched/signal.h>
 #include <linux/uio.h>
 #include <linux/vmstat.h>
 #include <linux/pfn_t.h>