X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Ftrdevice.h;h=bfc84a7aecc5288a762b8d0d5303f2ba17f34d42;hb=31f7b6010bee013215eee2f4c13e715001684672;hp=99e02ef54c47db8fa1e9ceff2644acb9c2b98b38;hpb=7078253c085c037c070ca4e8bc9e9e7f18aa1e84;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/trdevice.h b/include/linux/trdevice.h index 99e02ef54c4..bfc84a7aecc 100644 --- a/include/linux/trdevice.h +++ b/include/linux/trdevice.h @@ -28,7 +28,7 @@ #include #ifdef __KERNEL__ -extern unsigned short tr_type_trans(struct sk_buff *skb, struct net_device *dev); +extern __be16 tr_type_trans(struct sk_buff *skb, struct net_device *dev); extern void tr_source_route(struct sk_buff *skb, struct trh_hdr *trh, struct net_device *dev); extern struct net_device *alloc_trdev(int sizeof_priv);