diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/ipv6.h | 3 | ||||
-rw-r--r-- | include/net/netns/ipv6.h | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index d03a4076e227..c8e8cb241090 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
@@ -572,9 +572,6 @@ extern int inet6_hash_connect(struct inet_timewait_death_row *death_row, | |||
572 | /* | 572 | /* |
573 | * reassembly.c | 573 | * reassembly.c |
574 | */ | 574 | */ |
575 | struct inet_frags_ctl; | ||
576 | extern struct inet_frags_ctl ip6_frags_ctl; | ||
577 | |||
578 | extern const struct proto_ops inet6_stream_ops; | 575 | extern const struct proto_ops inet6_stream_ops; |
579 | extern const struct proto_ops inet6_dgram_ops; | 576 | extern const struct proto_ops inet6_dgram_ops; |
580 | 577 | ||
diff --git a/include/net/netns/ipv6.h b/include/net/netns/ipv6.h index 42b9b412fb87..ea4a71ac23d4 100644 --- a/include/net/netns/ipv6.h +++ b/include/net/netns/ipv6.h | |||
@@ -2,6 +2,8 @@ | |||
2 | * ipv6 in net namespaces | 2 | * ipv6 in net namespaces |
3 | */ | 3 | */ |
4 | 4 | ||
5 | #include <net/inet_frag.h> | ||
6 | |||
5 | #ifndef __NETNS_IPV6_H__ | 7 | #ifndef __NETNS_IPV6_H__ |
6 | #define __NETNS_IPV6_H__ | 8 | #define __NETNS_IPV6_H__ |
7 | 9 | ||
@@ -11,6 +13,7 @@ struct netns_sysctl_ipv6 { | |||
11 | #ifdef CONFIG_SYSCTL | 13 | #ifdef CONFIG_SYSCTL |
12 | struct ctl_table_header *table; | 14 | struct ctl_table_header *table; |
13 | #endif | 15 | #endif |
16 | struct inet_frags_ctl frags; | ||
14 | int bindv6only; | 17 | int bindv6only; |
15 | }; | 18 | }; |
16 | 19 | ||