diff options
author | David S. Miller <davem@davemloft.net> | 2012-01-27 15:30:48 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-01-27 21:00:08 -0500 |
commit | 4991969a1027826c3db19dd3e600e145603e6928 (patch) | |
tree | 87e2986e22f64b746e550ba377a2b59f20b199a9 /include/net/ndisc.h | |
parent | 5339ab8b1dd82f14df168fb9bf59449f3e24b03d (diff) | |
download | op-kernel-dev-4991969a1027826c3db19dd3e600e145603e6928.zip op-kernel-dev-4991969a1027826c3db19dd3e600e145603e6928.tar.gz |
ipv6: Remove neigh argument from ndisc_send_redirect()
Instead, compute it as-needed inside of that function using
dst_neigh_lookup().
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ndisc.h')
-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 e3133c2..6f9c25a 100644 --- a/include/net/ndisc.h +++ b/include/net/ndisc.h @@ -133,7 +133,6 @@ extern void ndisc_send_rs(struct net_device *dev, const struct in6_addr *daddr); extern void ndisc_send_redirect(struct sk_buff *skb, - struct neighbour *neigh, const struct in6_addr *target); extern int ndisc_mc_map(const struct in6_addr *addr, char *buf, |