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: 9ffc93f203c18a70623f21950f1dd473c9ec48cd parent: 96f951edb1f1bdbbc99b0cd458f9808bb83d58ae
Commit Summary:
Remove all #inclusions of asm/system.h
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/fs/binfmt_flat.c b/fs/binfmt_flat.c
index 04f61f0bdfde..4e4017c08887 100644
--- a/fs/binfmt_flat.c
+++ b/fs/binfmt_flat.c
@@ -37,7 +37,6 @@
 #include <linux/syscalls.h>
 
 #include <asm/byteorder.h>
-#include <asm/system.h>
 #include <asm/uaccess.h>
 #include <asm/unaligned.h>
 #include <asm/cacheflush.h>