Commit be2ce06b authored by Rami Rosen's avatar Rami Rosen Committed by David S. Miller

[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: default avatarRami Rosen <ramirose@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1483b874
...@@ -185,7 +185,6 @@ static inline void in6_ifa_put(struct inet6_ifaddr *ifp) ...@@ -185,7 +185,6 @@ static inline void in6_ifa_put(struct inet6_ifaddr *ifp)
#define in6_ifa_hold(ifp) atomic_inc(&(ifp)->refcnt) #define in6_ifa_hold(ifp) atomic_inc(&(ifp)->refcnt)
extern void addrconf_forwarding_on(void);
/* /*
* Hash function taken from net_alias.c * Hash function taken from net_alias.c
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment