mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
[IPV6]: Remove unused method declaration in include/net/addrconf.h.
This patches removes unused declaration of addrconf_forwarding_on() method in include/net/addrconf.h. Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1483b8744e
commit
be2ce06b49
@ -185,7 +185,6 @@ static inline void in6_ifa_put(struct inet6_ifaddr *ifp)
|
||||
#define in6_ifa_hold(ifp) atomic_inc(&(ifp)->refcnt)
|
||||
|
||||
|
||||
extern void addrconf_forwarding_on(void);
|
||||
/*
|
||||
* Hash function taken from net_alias.c
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user