mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[AX25]: endian-annotate ax25_type_trans()
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Acked-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
dd87147eed
commit
f852640e74
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ static __inline__ void ax25_cb_put(ax25_cb *ax25)
|
|||
}
|
||||
}
|
||||
|
||||
static inline unsigned short ax25_type_trans(struct sk_buff *skb, struct net_device *dev)
|
||||
static inline __be16 ax25_type_trans(struct sk_buff *skb, struct net_device *dev)
|
||||
{
|
||||
skb->dev = dev;
|
||||
skb->pkt_type = PACKET_HOST;
|
||||
|
|
Loading…
Reference in a new issue