diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/xfrm4_state.c | 2 | ||||
-rw-r--r-- | net/ipv6/xfrm6_state.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/net/ipv4/xfrm4_state.c b/net/ipv4/xfrm4_state.c index 55dc6beab9aa..1ef1366a0a03 100644 --- a/net/ipv4/xfrm4_state.c +++ b/net/ipv4/xfrm4_state.c | |||
@@ -13,8 +13,6 @@ | |||
13 | #include <linux/ipsec.h> | 13 | #include <linux/ipsec.h> |
14 | #include <linux/netfilter_ipv4.h> | 14 | #include <linux/netfilter_ipv4.h> |
15 | 15 | ||
16 | static struct xfrm_state_afinfo xfrm4_state_afinfo; | ||
17 | |||
18 | static int xfrm4_init_flags(struct xfrm_state *x) | 16 | static int xfrm4_init_flags(struct xfrm_state *x) |
19 | { | 17 | { |
20 | if (ipv4_config.no_pmtu_disc) | 18 | if (ipv4_config.no_pmtu_disc) |
diff --git a/net/ipv6/xfrm6_state.c b/net/ipv6/xfrm6_state.c index 60c78cfc2737..0e685b05496e 100644 --- a/net/ipv6/xfrm6_state.c +++ b/net/ipv6/xfrm6_state.c | |||
@@ -19,8 +19,6 @@ | |||
19 | #include <net/ipv6.h> | 19 | #include <net/ipv6.h> |
20 | #include <net/addrconf.h> | 20 | #include <net/addrconf.h> |
21 | 21 | ||
22 | static struct xfrm_state_afinfo xfrm6_state_afinfo; | ||
23 | |||
24 | static void | 22 | static void |
25 | __xfrm6_init_tempsel(struct xfrm_state *x, struct flowi *fl, | 23 | __xfrm6_init_tempsel(struct xfrm_state *x, struct flowi *fl, |
26 | struct xfrm_tmpl *tmpl, | 24 | struct xfrm_tmpl *tmpl, |