[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>
此提交包含在:
Steven Whitehouse
2006-05-18 14:54:58 -04:00
父節點 1b50259bc3
當前提交 bd8968010a
共有 33 個檔案被更改,包括 0 行新增33 行删除

查看文件

@@ -22,7 +22,6 @@
#include <linux/ext2_fs.h>
#include <linux/crc32.h>
#include <linux/iflags.h>
#include <asm/semaphore.h>
#include <asm/uaccess.h>
#include "gfs2.h"