VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 Tags
author: Steven Whitehouse <swhiteho@redhat.com> 2006-05-18 14:54:58 -0400 committer: Steven Whitehouse <swhiteho@redhat.com> 2006-05-18 14:54:58 -0400 commit: bd8968010a9a08e67a0ddb3ddee9feb8882e8c2f parent: 1b50259bc33f2adfcb4c5fba4b740bf80789df22
Commit Summary:
[GFS2] Remove semaphore.h from C files
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/fs/gfs2/trans.c b/fs/gfs2/trans.c
index 18c606d07126..a4c414c59351 100644
--- a/fs/gfs2/trans.c
+++ b/fs/gfs2/trans.c
@@ -14,7 +14,6 @@
 #include <linux/buffer_head.h>
 #include <linux/gfs2_ondisk.h>
 #include <linux/kallsyms.h>
-#include <asm/semaphore.h>
 
 #include "gfs2.h"
 #include "lm_interface.h"