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>
This commit is contained in:

committed by
David S. Miller

parent
4505f40a6f
commit
12fd84f438
@@ -103,7 +103,6 @@ extern struct rt6_info *rt6_lookup(struct net *net,
|
||||
int oif, int flags);
|
||||
|
||||
extern struct dst_entry *icmp6_dst_alloc(struct net_device *dev,
|
||||
struct neighbour *neigh,
|
||||
struct flowi6 *fl6);
|
||||
extern int icmp6_dst_gc(void);
|
||||
|
||||
|
Reference in New Issue
Block a user