diff options
| author | Rami Rosen <ramirose@gmail.com> | 2008-02-12 22:06:53 -0800 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2008-02-12 22:06:53 -0800 |
| commit | 0f8f27c39553dd3aedcaf5c39adefe3efef28b6b (patch) | |
| tree | 00ef90eba868146489b5df386340bea925ac0765 | |
| parent | [NET]: Fix comment for skb_pull_rcsum (diff) | |
| download | linux-0f8f27c39553dd3aedcaf5c39adefe3efef28b6b.tar.gz linux-0f8f27c39553dd3aedcaf5c39adefe3efef28b6b.zip | |
[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>
| -rw-r--r-- | include/net/ndisc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ndisc.h b/include/net/ndisc.h index 6684f7efbeeb..59b70624b056 100644 --- a/include/net/ndisc.h +++ b/include/net/ndisc.h @@ -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 |
