VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: David Howells <dhowells@redhat.com> 2012-03-28 18:30:03 +0100 committer: David Howells <dhowells@redhat.com> 2012-03-28 18:30:03 +0100 commit: 96f951edb1f1bdbbc99b0cd458f9808bb83d58ae parent: 49a7f04a4b9d45cd794741ce3d5d66524b37bdd0
Commit Summary:
Add #includes needed to permit the removal of asm/system.h
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/binfmt_elf_fdpic.c b/fs/binfmt_elf_fdpic.c
index c64bf5ee2df4..9bd5612a8224 100644
--- a/fs/binfmt_elf_fdpic.c
+++ b/fs/binfmt_elf_fdpic.c
@@ -39,6 +39,7 @@
 #include <asm/uaccess.h>
 #include <asm/param.h>
 #include <asm/pgalloc.h>
+#include <asm/exec.h>
 
 typedef char *elf_caddr_t;