aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/route.h
diff options
context:
space:
mode:
authorDenis V. Lunev <den@openvz.org>2007-12-06 02:19:07 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2007-12-07 01:07:38 -0800
commit56c99d0415e8b778c200f115b198c126243ec351 (patch)
tree0e8c15e26681fbcaf5127c8238950c2c5c58a6ac /include/net/route.h
parent[IPv4]: Reply net unreachable ICMP message (diff)
downloadlinux-dev-56c99d0415e8b778c200f115b198c126243ec351.tar.xz
linux-dev-56c99d0415e8b778c200f115b198c126243ec351.zip
[IPV4]: Remove prototype of ip_rt_advice
ip_rt_advice has been gone, so no need to keep prototype and debug message. Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/route.h')
-rw-r--r--include/net/route.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/route.h b/include/net/route.h
index f7ce6259f86f..59b0b19205a2 100644
--- a/include/net/route.h
+++ b/include/net/route.h
@@ -109,7 +109,6 @@ struct in_device;
extern int ip_rt_init(void);
extern void ip_rt_redirect(__be32 old_gw, __be32 dst, __be32 new_gw,
__be32 src, struct net_device *dev);
-extern void ip_rt_advice(struct rtable **rp, int advice);
extern void rt_cache_flush(int how);
extern int __ip_route_output_key(struct rtable **, const struct flowi *flp);
extern int ip_route_output_key(struct rtable **, struct flowi *flp);