From: Rami Rosen Date: Mon, 1 Jul 2013 19:19:45 +0000 (+0300) Subject: ipv4: remove fib_update_nh_saddrs() declaration. X-Git-Tag: v3.11-rc1~64^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b48410b4dc9c7306df21e508cc6739a55c350eb8;p=profile%2Fivi%2Fkernel-x86-ivi.git ipv4: remove fib_update_nh_saddrs() declaration. 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 Signed-off-by: David S. Miller --- 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);