diff options
Diffstat (limited to 'include/net/if_inet6.h')
-rw-r--r-- | include/net/if_inet6.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h index 02ef7727bb55..76d54270f2e2 100644 --- a/include/net/if_inet6.h +++ b/include/net/if_inet6.h | |||
@@ -66,11 +66,10 @@ struct inet6_ifaddr { | |||
66 | struct hlist_node addr_lst; | 66 | struct hlist_node addr_lst; |
67 | struct list_head if_list; | 67 | struct list_head if_list; |
68 | 68 | ||
69 | #ifdef CONFIG_IPV6_PRIVACY | ||
70 | struct list_head tmp_list; | 69 | struct list_head tmp_list; |
71 | struct inet6_ifaddr *ifpub; | 70 | struct inet6_ifaddr *ifpub; |
72 | int regen_count; | 71 | int regen_count; |
73 | #endif | 72 | |
74 | bool tokenized; | 73 | bool tokenized; |
75 | 74 | ||
76 | struct rcu_head rcu; | 75 | struct rcu_head rcu; |
@@ -192,11 +191,9 @@ struct inet6_dev { | |||
192 | __u32 if_flags; | 191 | __u32 if_flags; |
193 | int dead; | 192 | int dead; |
194 | 193 | ||
195 | #ifdef CONFIG_IPV6_PRIVACY | ||
196 | u8 rndid[8]; | 194 | u8 rndid[8]; |
197 | struct timer_list regen_timer; | 195 | struct timer_list regen_timer; |
198 | struct list_head tempaddr_list; | 196 | struct list_head tempaddr_list; |
199 | #endif | ||
200 | 197 | ||
201 | struct in6_addr token; | 198 | struct in6_addr token; |
202 | 199 | ||