X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fhdlc.h;h=db390c511ada863ce1173b267c066b99509a39a5;hb=7616ee95f27a04fd5a6434e9ef4a82cec4b2807c;hp=0fe562af9c8cfb51088df41866362953970c5591;hpb=15c54033964a943de7b0763efd3bd0ede7326395;p=linux-2.6 diff --git a/include/linux/hdlc.h b/include/linux/hdlc.h index 0fe562af9c..db390c511a 100644 --- a/include/linux/hdlc.h +++ b/include/linux/hdlc.h @@ -43,8 +43,7 @@ struct hdlc_proto { void (*stop)(struct net_device *dev); /* if open & !DCD */ void (*detach)(struct net_device *dev); int (*ioctl)(struct net_device *dev, struct ifreq *ifr); - unsigned short (*type_trans)(struct sk_buff *skb, - struct net_device *dev); + __be16 (*type_trans)(struct sk_buff *skb, struct net_device *dev); struct module *module; struct hdlc_proto *next; /* next protocol in the list */ };