Skip to content
Snippets Groups Projects
Commit fb7e0674 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by David S. Miller
Browse files

xfrm: remove useless forward declarations

parent 6daad372
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,6 @@ ...@@ -13,8 +13,6 @@
#include <linux/ipsec.h> #include <linux/ipsec.h>
#include <linux/netfilter_ipv4.h> #include <linux/netfilter_ipv4.h>
static struct xfrm_state_afinfo xfrm4_state_afinfo;
static int xfrm4_init_flags(struct xfrm_state *x) static int xfrm4_init_flags(struct xfrm_state *x)
{ {
if (ipv4_config.no_pmtu_disc) if (ipv4_config.no_pmtu_disc)
......
...@@ -19,8 +19,6 @@ ...@@ -19,8 +19,6 @@
#include <net/ipv6.h> #include <net/ipv6.h>
#include <net/addrconf.h> #include <net/addrconf.h>
static struct xfrm_state_afinfo xfrm6_state_afinfo;
static void static void
__xfrm6_init_tempsel(struct xfrm_state *x, struct flowi *fl, __xfrm6_init_tempsel(struct xfrm_state *x, struct flowi *fl,
struct xfrm_tmpl *tmpl, struct xfrm_tmpl *tmpl,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment