net: remove skb_sender_cpu_clear()
[cascardo/linux.git] / net / bridge / br_forward.c
index fcdb86d..f47759f 100644 (file)
@@ -44,7 +44,6 @@ int br_dev_queue_push_xmit(struct net *net, struct sock *sk, struct sk_buff *skb
 
        skb_push(skb, ETH_HLEN);
        br_drop_fake_rtable(skb);
-       skb_sender_cpu_clear(skb);
 
        if (skb->ip_summed == CHECKSUM_PARTIAL &&
            (skb->protocol == htons(ETH_P_8021Q) ||