aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/addrconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/addrconf.h')
-rw-r--r--include/net/addrconf.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/net/addrconf.h b/include/net/addrconf.h
index aa2ed8f0a9dd..44f1b673f916 100644
--- a/include/net/addrconf.h
+++ b/include/net/addrconf.h
@@ -61,12 +61,8 @@ extern int addrconf_set_dstaddr(void __user *arg);
61extern int ipv6_chk_addr(struct in6_addr *addr, 61extern int ipv6_chk_addr(struct in6_addr *addr,
62 struct net_device *dev, 62 struct net_device *dev,
63 int strict); 63 int strict);
64/* XXX: this is a placeholder till addrconf supports */
65#ifdef CONFIG_IPV6_MIP6 64#ifdef CONFIG_IPV6_MIP6
66static inline int ipv6_chk_home_addr(struct in6_addr *addr) 65extern int ipv6_chk_home_addr(struct in6_addr *addr);
67{
68 return 0;
69}
70#endif 66#endif
71extern struct inet6_ifaddr * ipv6_get_ifaddr(struct in6_addr *addr, 67extern struct inet6_ifaddr * ipv6_get_ifaddr(struct in6_addr *addr,
72 struct net_device *dev, 68 struct net_device *dev,