This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / ethernet / eth.c
index 9569f3a..4b3fa00 100644 (file)
@@ -164,9 +164,6 @@ unsigned short eth_type_trans(struct sk_buff *skb, struct net_device *dev)
        skb->mac.raw=skb->data;
        skb_pull(skb,ETH_HLEN);
        eth= skb->mac.ethernet;
-#ifdef CONFIG_NET_CLS_ACT
-       skb->input_dev = dev;
-#endif
        
        if(*eth->h_dest&1)
        {