]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/decnet/dn_nsp_out.c
Staging: only build the tree if we really want to
[linux-2.6-omap-h63xx.git] / net / decnet / dn_nsp_out.c
index 7404653880b061c9ea8cb35bd10d63bf0b5a677e..1964faf203e48a41d6a30d468db3b8b4503ee533 100644 (file)
@@ -124,7 +124,7 @@ struct sk_buff *dn_alloc_skb(struct sock *sk, int size, gfp_t pri)
        if ((skb = alloc_skb(size + hdr, pri)) == NULL)
                return NULL;
 
-       skb->protocol = __constant_htons(ETH_P_DNA_RT);
+       skb->protocol = htons(ETH_P_DNA_RT);
        skb->pkt_type = PACKET_OUTGOING;
 
        if (sk)