[IPV6]: remove unused method declaration (net/ndisc.h).
This patch removes unused declaration of dflt_rt_lookup() method in include/net/ndisc.h Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
fee54fa517
commit
0f8f27c395
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ extern void ndisc_send_redirect(struct sk_buff *skb,
|
|||
extern int ndisc_mc_map(struct in6_addr *addr, char *buf, struct net_device *dev, int dir);
|
||||
|
||||
|
||||
struct rt6_info * dflt_rt_lookup(void);
|
||||
|
||||
/*
|
||||
* IGMP
|
||||
|
|
Loading…
Reference in a new issue