Skip to content

Commit

Permalink
selinux: Remove security_ops extern
Browse files Browse the repository at this point in the history
security_ops is not used in this file.

Signed-off-by: Yao Dongdong <yaodongdong@huawei.com>
Signed-off-by: Paul Moore <pmoore@redhat.com>
  • Loading branch information
Yao Dongdong authored and Paul Moore committed Dec 1, 2014
1 parent d950f84 commit 00fec2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions security/selinux/hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 00fec2a

Please sign in to comment.