aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/selinuxfs.c
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2008-02-26 10:49:01 -0500
committerMatthew Wilcox <willy@linux.intel.com>2008-04-18 22:17:25 -0400
commitd7b1acd3b524b39f418e463e836b48ac041954d6 (patch)
tree38e0c822bc6ed1aac05c51eb4f17c57c48f31766 /security/selinux/selinuxfs.c
parentlib: Remove unnecessary inclusions of asm/semaphore.h (diff)
downloadlinux-dev-d7b1acd3b524b39f418e463e836b48ac041954d6.tar.xz
linux-dev-d7b1acd3b524b39f418e463e836b48ac041954d6.zip
security: 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 'security/selinux/selinuxfs.c')
-rw-r--r--security/selinux/selinuxfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/selinux/selinuxfs.c b/security/selinux/selinuxfs.c
index 26fabad09769..7b681692be47 100644
--- a/security/selinux/selinuxfs.c
+++ b/security/selinux/selinuxfs.c
@@ -28,7 +28,6 @@
#include <linux/percpu.h>
#include <linux/audit.h>
#include <asm/uaccess.h>
-#include <asm/semaphore.h>
/* selinuxfs pseudo filesystem for exporting the security policy API.
Based on the proc code and the fs/nfsd/nfsctl.c code. */