diff options
author | YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org> | 2013-01-17 21:00:24 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-01-18 14:41:13 -0500 |
commit | 12fd84f4383b15b0a12cfd50b7c527cd55d6f101 (patch) | |
tree | e8cf145bbc734d6012aae24c1dd2c8a0bca232f8 /include/net | |
parent | 4505f40a6f1a6a1bb8f8ef84a4a35263d64b5125 (diff) |
ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.
Because of rt->n removal, we do not need neigh argument any more.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/ip6_route.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 30cbb15f6279..260f83f16bcf 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h | |||
@@ -103,7 +103,6 @@ extern struct rt6_info *rt6_lookup(struct net *net, | |||
103 | int oif, int flags); | 103 | int oif, int flags); |
104 | 104 | ||
105 | extern struct dst_entry *icmp6_dst_alloc(struct net_device *dev, | 105 | extern struct dst_entry *icmp6_dst_alloc(struct net_device *dev, |
106 | struct neighbour *neigh, | ||
107 | struct flowi6 *fl6); | 106 | struct flowi6 *fl6); |
108 | extern int icmp6_dst_gc(void); | 107 | extern int icmp6_dst_gc(void); |
109 | 108 | ||