X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fnet%2Ficmp.h;h=dc09474efcf38e2cb02329a4ef0bf2fd8633bf7f;hb=9c70220b73908f64792422a2c39c593c4792f2c5;hp=e7c3f20fbafc6de85b683d41588f2d1646ca4989;hpb=14c850212ed8f8cbb5972ad6b8812e08a0bc901c;p=powerpc.git diff --git a/include/net/icmp.h b/include/net/icmp.h index e7c3f20fba..dc09474efc 100644 --- a/include/net/icmp.h +++ b/include/net/icmp.h @@ -18,7 +18,6 @@ #ifndef _ICMP_H #define _ICMP_H -#include #include #include @@ -39,7 +38,7 @@ struct dst_entry; struct net_proto_family; struct sk_buff; -extern void icmp_send(struct sk_buff *skb_in, int type, int code, u32 info); +extern void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info); extern int icmp_rcv(struct sk_buff *skb); extern int icmp_ioctl(struct sock *sk, int cmd, unsigned long arg); extern void icmp_init(struct net_proto_family *ops);