selinux: Remove security_ops extern

security_ops is not used in this file.

Signed-off-by: Yao Dongdong <yaodongdong@huawei.com>
Signed-off-by: Paul Moore <pmoore@redhat.com>
This commit is contained in:
Yao Dongdong 2014-11-28 04:25:35 +00:00 committed by Paul Moore
parent d950f84c1c
commit 00fec2a10b
1 changed files with 0 additions and 2 deletions

View File

@ -95,8 +95,6 @@
#include "audit.h"
#include "avc_ss.h"
extern struct security_operations *security_ops;
/* SECMARK reference count */
static atomic_t selinux_secmark_refcount = ATOMIC_INIT(0);