From: Frank Blaschka Remove obsolete setting of the VLAN magic. This will fix the build error introduced by Commit 6aa895b047720f71ec4eb11452f7c3ce8426941f (vlan: Don't store VLAN tag in cb) Signed-off-by: Frank Blaschka --- drivers/s390/net/qeth_l3_main.c | 1 - 1 file changed, 1 deletion(-) Index: git_linus/drivers/s390/net/qeth_l3_main.c =================================================================== --- git_linus.orig/drivers/s390/net/qeth_l3_main.c 2008-07-21 13:35:25.000000000 +0200 +++ git_linus/drivers/s390/net/qeth_l3_main.c 2008-07-21 13:37:12.000000000 +0200 @@ -2651,7 +2651,6 @@ tag = (u16 *)(new_skb->data + 12); *tag = __constant_htons(ETH_P_8021Q); *(tag + 1) = htons(vlan_tx_tag_get(new_skb)); - VLAN_TX_SKB_CB(new_skb)->magic = 0; } } -- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html