diff options
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/addrconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/addrconf.h b/include/net/addrconf.h index cfa6b2ebf..9261e6c72 100644 --- a/include/net/addrconf.h +++ b/include/net/addrconf.h @@ -203,7 +203,7 @@ extern int ipv6_dev_ac_inc(struct net_device *dev, const struct in6_addr *addr); extern int __ipv6_dev_ac_dec(struct inet6_dev *idev, const struct in6_addr *addr); extern bool ipv6_chk_acast_addr(struct net *net, struct net_device *dev, const struct in6_addr *addr); - +extern void ipv6_ac_destroy_dev(struct inet6_dev *idev); /* Device notifier */ extern int register_inet6addr_notifier(struct notifier_block *nb); |
