diff options
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 (patch) | |
tree | c3960853310112779e2ce583a8c8b524777cb70d /fs/gfs2/recovery.c | |
parent | 1b50259bc33f2adfcb4c5fba4b740bf80789df22 (diff) |
[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/recovery.c')
-rw-r--r-- | fs/gfs2/recovery.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/recovery.c b/fs/gfs2/recovery.c index 87adebea3bc3..527544b68a6f 100644 --- a/fs/gfs2/recovery.c +++ b/fs/gfs2/recovery.c | |||
@@ -14,7 +14,6 @@ | |||
14 | #include <linux/buffer_head.h> | 14 | #include <linux/buffer_head.h> |
15 | #include <linux/gfs2_ondisk.h> | 15 | #include <linux/gfs2_ondisk.h> |
16 | #include <linux/crc32.h> | 16 | #include <linux/crc32.h> |
17 | #include <asm/semaphore.h> | ||
18 | 17 | ||
19 | #include "gfs2.h" | 18 | #include "gfs2.h" |
20 | #include "lm_interface.h" | 19 | #include "lm_interface.h" |