diff options
| author | Matthew Wilcox <matthew@wil.cx> | 2008-02-26 10:49:01 -0500 |
|---|---|---|
| committer | Matthew Wilcox <willy@linux.intel.com> | 2008-04-18 22:17:25 -0400 |
| commit | d7b1acd3b524b39f418e463e836b48ac041954d6 (patch) | |
| tree | 38e0c822bc6ed1aac05c51eb4f17c57c48f31766 /security/selinux/xfrm.c | |
| parent | f42b38009e1dbd4509a865e5ea0e91a1722c979d (diff) | |
| download | olio-linux-3.10-d7b1acd3b524b39f418e463e836b48ac041954d6.tar.xz olio-linux-3.10-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/xfrm.c')
| -rw-r--r-- | security/selinux/xfrm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/selinux/xfrm.c b/security/selinux/xfrm.c index 874d17c83c6..3b8b994faad 100644 --- a/security/selinux/xfrm.c +++ b/security/selinux/xfrm.c @@ -45,7 +45,6 @@ #include <net/xfrm.h> #include <net/checksum.h> #include <net/udp.h> -#include <asm/semaphore.h> #include <asm/atomic.h> #include "avc.h" |