/home/lenb/src/to-linus-stable branch 'acpi-2.6.12'
[powerpc.git] / net / bridge / br_input.c
index 8f5f2e7..9a45e62 100644 (file)
@@ -23,11 +23,7 @@ const unsigned char bridge_ula[6] = { 0x01, 0x80, 0xc2, 0x00, 0x00, 0x00 };
 
 static int br_pass_frame_up_finish(struct sk_buff *skb)
 {
-#ifdef CONFIG_NETFILTER_DEBUG
-       skb->nf_debug = 0;
-#endif
        netif_receive_skb(skb);
-
        return 0;
 }