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-08 18:51:37 +0100 committer: Ingo Molnar <mingo@kernel.org> 2017-03-02 08:42:36 +0100 commit: 68db0cf10678630d286f4bbbbdfa102951a35faa parent: 299300258d1bc4e997b7db340a2e06636757fe2e
Commit Summary:
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c
index 2c95257fa4da..92c00a13b28b 100644
--- a/fs/binfmt_elf.c
+++ b/fs/binfmt_elf.c
@@ -36,6 +36,7 @@
 #include <linux/coredump.h>
 #include <linux/sched.h>
 #include <linux/sched/coredump.h>
+#include <linux/sched/task_stack.h>
 #include <linux/cred.h>
 #include <linux/dax.h>
 #include <linux/uaccess.h>