aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cramfs
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2008-02-26 09:59:26 -0500
committerMatthew Wilcox <willy@linux.intel.com>2008-04-18 22:16:44 -0400
commitcb688371e27880d86c42323826846d1cd7caad8f (patch)
tree1be4f5bb437e86a547365a94aed5ade23adb09da /fs/cramfs
parentdrivers: Remove unnecessary inclusions of asm/semaphore.h (diff)
downloadlinux-dev-cb688371e27880d86c42323826846d1cd7caad8f.tar.xz
linux-dev-cb688371e27880d86c42323826846d1cd7caad8f.zip
fs: Remove unnecessary inclusions of asm/semaphore.h
None of these files use any of the functionality promised by asm/semaphore.h. Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Diffstat (limited to 'fs/cramfs')
-rw-r--r--fs/cramfs/inode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cramfs/inode.c b/fs/cramfs/inode.c
index 350680fd7da7..0c3b618c15b3 100644
--- a/fs/cramfs/inode.c
+++ b/fs/cramfs/inode.c
@@ -23,7 +23,6 @@
#include <linux/buffer_head.h>
#include <linux/vfs.h>
#include <linux/mutex.h>
-#include <asm/semaphore.h>
#include <asm/uaccess.h>