diff options
Diffstat (limited to 'security/capability.c')
-rw-r--r-- | security/capability.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/capability.c b/security/capability.c index 5c700e1a4fd3..4875142b858d 100644 --- a/security/capability.c +++ b/security/capability.c | |||
@@ -906,10 +906,6 @@ static void cap_audit_rule_free(void *lsmrule) | |||
906 | } | 906 | } |
907 | #endif /* CONFIG_AUDIT */ | 907 | #endif /* CONFIG_AUDIT */ |
908 | 908 | ||
909 | struct security_operations default_security_ops = { | ||
910 | .name = "default", | ||
911 | }; | ||
912 | |||
913 | #define set_to_cap_if_null(ops, function) \ | 909 | #define set_to_cap_if_null(ops, function) \ |
914 | do { \ | 910 | do { \ |
915 | if (!ops->function) { \ | 911 | if (!ops->function) { \ |