diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-11-25 04:05:54 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-25 04:05:54 -0500 |
commit | fb7e06748c29c08a9f5ca057a780b65acbb91c27 (patch) | |
tree | 9f55582d2e12561fc8930d50f4ab3a6f802b2156 /net/ipv4 | |
parent | 6daad37230ab02bb593d179d704079d4b5912bd7 (diff) |
xfrm: remove useless forward declarations
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/xfrm4_state.c | 2 |
1 files changed, 0 insertions, 2 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) |