Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
 */