summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/util.c
diff options
context:
space:
mode:
authorSteven Whitehouse2006-05-18 20:54:58 +0200
committerSteven Whitehouse2006-05-18 20:54:58 +0200
commitbd8968010a9a08e67a0ddb3ddee9feb8882e8c2f (patch)
treec3960853310112779e2ce583a8c8b524777cb70d /fs/gfs2/util.c
parent[GFS2] Drop log lock on I/O error & tidy up (diff)
downloadkernel-qcow2-linux-bd8968010a9a08e67a0ddb3ddee9feb8882e8c2f.tar.gz
kernel-qcow2-linux-bd8968010a9a08e67a0ddb3ddee9feb8882e8c2f.tar.xz
kernel-qcow2-linux-bd8968010a9a08e67a0ddb3ddee9feb8882e8c2f.zip
[GFS2] Remove semaphore.h from C files
We no longer use semaphores, everything has been converted to mutex or rwsem, so we don't need to include this header any more. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/util.c')
-rw-r--r--fs/gfs2/util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/util.c b/fs/gfs2/util.c
index 7cd9e25639c4..7c3806c67406 100644
--- a/fs/gfs2/util.c
+++ b/fs/gfs2/util.c
@@ -14,7 +14,6 @@
#include <linux/buffer_head.h>
#include <linux/crc32.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include <asm/uaccess.h>
#include "gfs2.h"