aboutsummaryrefslogtreecommitdiffstats
path: root/security/security.c
diff options
context:
space:
mode:
authorJames Morris <jmorris@namei.org>2011-08-30 13:48:53 +1000
committerJames Morris <jmorris@namei.org>2011-09-09 16:56:33 -0700
commit5dbe3040c74eef18e66951347eda05b153e69328 (patch)
tree72c9e5f77deae00f1234e488254d4898cab32027 /security/security.c
parentselinux: sparse fix: fix several warnings in the security server code (diff)
downloadlinux-dev-5dbe3040c74eef18e66951347eda05b153e69328.tar.xz
linux-dev-5dbe3040c74eef18e66951347eda05b153e69328.zip
security: sparse fix: Move security_fixup_op to security.h
Fix sparse warning by moving declaraion to global header. Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/security.c')
-rw-r--r--security/security.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/security/security.c b/security/security.c
index a6328421a055..9ebda054a333 100644
--- a/security/security.c
+++ b/security/security.c
@@ -26,9 +26,6 @@
static __initdata char chosen_lsm[SECURITY_NAME_MAX + 1] =
CONFIG_DEFAULT_SECURITY;
-/* things that live in capability.c */
-extern void __init security_fixup_ops(struct security_operations *ops);
-
static struct security_operations *security_ops;
static struct security_operations default_security_ops = {
.name = "default",