diff options
author | James Morris <jmorris@namei.org> | 2011-08-29 22:09:15 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2011-09-09 19:56:31 -0400 |
commit | 6a3fbe81179c85eb53054a0f4c8423ffec0276a7 (patch) | |
tree | b281fee66a005236bbdedf5f22eeacc37669ba4a /security/selinux/ss/services.c | |
parent | ad3fa08c4ff84ed87649d72e8497735c85561a3d (diff) |
selinux: sparse fix: fix warnings in netlink code
Fix sparse warnings in SELinux Netlink code.
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/selinux/ss/services.c')
-rw-r--r-- | security/selinux/ss/services.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/selinux/ss/services.c b/security/selinux/ss/services.c index 37c50c602f17..185f849a26f6 100644 --- a/security/selinux/ss/services.c +++ b/security/selinux/ss/services.c | |||
@@ -70,8 +70,6 @@ | |||
70 | #include "ebitmap.h" | 70 | #include "ebitmap.h" |
71 | #include "audit.h" | 71 | #include "audit.h" |
72 | 72 | ||
73 | extern void selnl_notify_policyload(u32 seqno); | ||
74 | |||
75 | int selinux_policycap_netpeer; | 73 | int selinux_policycap_netpeer; |
76 | int selinux_policycap_openperm; | 74 | int selinux_policycap_openperm; |
77 | 75 | ||