]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/decnet/af_decnet.c
Merge branch 'linux-2.6'
[linux-2.6-omap-h63xx.git] / net / decnet / af_decnet.c
index 57d5749518380c06cd9dc6863d649e8cfbc230fe..acd48ee522d6b4f77ef95462bc4b379179f46f36 100644 (file)
@@ -1904,7 +1904,7 @@ static inline struct sk_buff *dn_alloc_send_pskb(struct sock *sk,
        struct sk_buff *skb = sock_alloc_send_skb(sk, datalen,
                                                   noblock, errcode);
        if (skb) {
-               skb->protocol = __constant_htons(ETH_P_DNA_RT);
+               skb->protocol = htons(ETH_P_DNA_RT);
                skb->pkt_type = PACKET_OUTGOING;
        }
        return skb;