summaryrefslogtreecommitdiffstats
path: root/fs/dlm/dlm_internal.h
diff options
context:
space:
mode:
authorMatthew Wilcox2008-02-26 15:59:26 +0100
committerMatthew Wilcox2008-04-19 04:16:44 +0200
commitcb688371e27880d86c42323826846d1cd7caad8f (patch)
tree1be4f5bb437e86a547365a94aed5ade23adb09da /fs/dlm/dlm_internal.h
parentdrivers: Remove unnecessary inclusions of asm/semaphore.h (diff)
downloadkernel-qcow2-linux-cb688371e27880d86c42323826846d1cd7caad8f.tar.gz
kernel-qcow2-linux-cb688371e27880d86c42323826846d1cd7caad8f.tar.xz
kernel-qcow2-linux-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/dlm/dlm_internal.h')
-rw-r--r--fs/dlm/dlm_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dlm/dlm_internal.h b/fs/dlm/dlm_internal.h
index d30ea8b433a2..7a8824f475f2 100644
--- a/fs/dlm/dlm_internal.h
+++ b/fs/dlm/dlm_internal.h
@@ -37,7 +37,6 @@
#include <linux/jhash.h>
#include <linux/miscdevice.h>
#include <linux/mutex.h>
-#include <asm/semaphore.h>
#include <asm/uaccess.h>
#include <linux/dlm.h>