diff options
Diffstat (limited to 'security/security.c')
-rw-r--r-- | security/security.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/security.c b/security/security.c index 3644b0344d29..554c3fb7d4a5 100644 --- a/security/security.c +++ b/security/security.c | |||
@@ -1848,7 +1848,6 @@ struct security_hook_heads security_hook_heads = { | |||
1848 | .tun_dev_attach = | 1848 | .tun_dev_attach = |
1849 | LIST_HEAD_INIT(security_hook_heads.tun_dev_attach), | 1849 | LIST_HEAD_INIT(security_hook_heads.tun_dev_attach), |
1850 | .tun_dev_open = LIST_HEAD_INIT(security_hook_heads.tun_dev_open), | 1850 | .tun_dev_open = LIST_HEAD_INIT(security_hook_heads.tun_dev_open), |
1851 | .skb_owned_by = LIST_HEAD_INIT(security_hook_heads.skb_owned_by), | ||
1852 | #endif /* CONFIG_SECURITY_NETWORK */ | 1851 | #endif /* CONFIG_SECURITY_NETWORK */ |
1853 | #ifdef CONFIG_SECURITY_NETWORK_XFRM | 1852 | #ifdef CONFIG_SECURITY_NETWORK_XFRM |
1854 | .xfrm_policy_alloc_security = | 1853 | .xfrm_policy_alloc_security = |