netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] ipv4: remove fib_update_nh_saddrs() declaration.
@ 2013-07-01 19:19 Rami Rosen
  2013-07-02  7:34 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2013-07-01 19:19 UTC (permalink / raw)
  To: davem; +Cc: netdev, Rami Rosen

This patch removes the fib_update_nh_saddrs() declaration from
include/net/ip_fib.h, as the fib_update_nh_saddrs() method was removed in 
coomit 436c3b6 ("ipv4: Invalidate nexthop cache nh_saddr more correctly").

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 include/net/ip_fib.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h
index aac8553..cbf2be3 100644
--- a/include/net/ip_fib.h
+++ b/include/net/ip_fib.h
@@ -291,7 +291,6 @@ static inline int fib_num_tclassid_users(struct net *net)
 extern int ip_fib_check_default(__be32 gw, struct net_device *dev);
 extern int fib_sync_down_dev(struct net_device *dev, int force);
 extern int fib_sync_down_addr(struct net *net, __be32 local);
-extern void fib_update_nh_saddrs(struct net_device *dev);
 extern int fib_sync_up(struct net_device *dev);
 extern void fib_select_multipath(struct fib_result *res);
 
-- 
1.8.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-02  7:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-01 19:19 [PATCH net-next] ipv4: remove fib_update_nh_saddrs() declaration Rami Rosen
2013-07-02  7:34 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).