diff options
author | James Morris <jmorris@namei.org> | 2011-08-30 13:48:53 +1000 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2011-09-09 16:56:33 -0700 |
commit | 5dbe3040c74eef18e66951347eda05b153e69328 (patch) | |
tree | 72c9e5f77deae00f1234e488254d4898cab32027 /security/security.c | |
parent | 7b98a5857c3fa86cb0a7e5f893643491a8b5b425 (diff) | |
download | linux-3.10-5dbe3040c74eef18e66951347eda05b153e69328.tar.gz linux-3.10-5dbe3040c74eef18e66951347eda05b153e69328.tar.bz2 linux-3.10-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.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/security.c b/security/security.c index a6328421a05..9ebda054a33 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", |