diff options
Diffstat (limited to 'include/net/net_namespace.h')
| -rw-r--r-- | include/net/net_namespace.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h index b3b4a34cb2c..3ae491932bc 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h @@ -20,7 +20,6 @@  #include <net/netns/conntrack.h>  #endif  #include <net/netns/xfrm.h> -#include <net/netns/ip_vs.h>  struct proc_dir_entry;  struct net_device; @@ -28,6 +27,7 @@ struct sock;  struct ctl_table_header;  struct net_generic;  struct sock; +struct netns_ipvs;  #define NETDEV_HASHBITS    8  |