ipv6: drop unused "dev" arg of icmpv6_send()

Dunno, what was the idea, it wasn't used for a long time.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Alexey Dobriyan 2010-02-18 08:25:24 +00:00 committed by David S. Miller
parent bbef49daca
commit 3ffe533c87
18 changed files with 33 additions and 39 deletions

View file

@ -174,8 +174,7 @@ struct icmp6_filter {
extern void icmpv6_send(struct sk_buff *skb,
u8 type, u8 code,
__u32 info,
struct net_device *dev);
__u32 info);
extern int icmpv6_init(void);
extern int icmpv6_err_convert(u8 type, u8 code,