aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_fib.h
diff options
context:
space:
mode:
authorRami Rosen <ramirose@gmail.com>2013-07-01 22:19:45 +0300
committerDavid S. Miller <davem@davemloft.net>2013-07-02 00:33:52 -0700
commitb48410b4dc9c7306df21e508cc6739a55c350eb8 (patch)
tree3ef24a2afb0303711db989a83d5217f62220aa44 /include/net/ip_fib.h
parenta7599398a312fd7b81aba0188ca4749f781f5a52 (diff)
downloadlinux-b48410b4dc9c7306df21e508cc6739a55c350eb8.tar.gz
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 <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip_fib.h')
-rw-r--r--include/net/ip_fib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h
index aac85534d7b5f5..cbf2be37c91ac6 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);