summaryrefslogtreecommitdiffstats
path: root/fs/locks.c
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/locks.c
parentd3135846f6c1858dbad6ccb780a42e6c98953e6d (diff)
downloadop-kernel-dev-cb688371e27880d86c42323826846d1cd7caad8f.zip
op-kernel-dev-cb688371e27880d86c42323826846d1cd7caad8f.tar.gz
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/locks.c')
-rw-r--r--fs/locks.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/locks.c b/fs/locks.c
index 43c0af2..592faad 100644
--- a/fs/locks.c
+++ b/fs/locks.c
@@ -127,7 +127,6 @@
#include <linux/rcupdate.h>
#include <linux/pid_namespace.h>
-#include <asm/semaphore.h>
#include <asm/uaccess.h>
#define IS_POSIX(fl) (fl->fl_flags & FL_POSIX)
OpenPOWER on IntegriCloud