diff options
Diffstat (limited to 'net/ipv6/icmp.c')
-rw-r--r-- | net/ipv6/icmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/icmp.c b/net/ipv6/icmp.c index 4ec876066b3f..81bd45b26c98 100644 --- a/net/ipv6/icmp.c +++ b/net/ipv6/icmp.c | |||
@@ -555,7 +555,7 @@ out: | |||
555 | icmpv6_xmit_unlock(); | 555 | icmpv6_xmit_unlock(); |
556 | } | 556 | } |
557 | 557 | ||
558 | static void icmpv6_notify(struct sk_buff *skb, int type, int code, u32 info) | 558 | static void icmpv6_notify(struct sk_buff *skb, int type, int code, __be32 info) |
559 | { | 559 | { |
560 | struct in6_addr *saddr, *daddr; | 560 | struct in6_addr *saddr, *daddr; |
561 | struct inet6_protocol *ipprot; | 561 | struct inet6_protocol *ipprot; |