diff options
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/addrconf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index ea86bf4bfe0a..e04e49373505 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c | |||
@@ -209,9 +209,7 @@ static struct ipv6_devconf ipv6_devconf_dflt __read_mostly = { | |||
209 | }; | 209 | }; |
210 | 210 | ||
211 | /* IPv6 Wildcard Address and Loopback Address defined by RFC2553 */ | 211 | /* IPv6 Wildcard Address and Loopback Address defined by RFC2553 */ |
212 | #if 0 | ||
213 | const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT; | 212 | const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT; |
214 | #endif | ||
215 | const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT; | 213 | const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT; |
216 | 214 | ||
217 | static void addrconf_del_timer(struct inet6_ifaddr *ifp) | 215 | static void addrconf_del_timer(struct inet6_ifaddr *ifp) |