diff options
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/skbuff.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 8896e6f8aa42..16df7bd77e78 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c | |||
@@ -365,9 +365,6 @@ struct sk_buff *skb_clone(struct sk_buff *skb, unsigned int __nocast gfp_mask) | |||
365 | nf_bridge_get(skb->nf_bridge); | 365 | nf_bridge_get(skb->nf_bridge); |
366 | #endif | 366 | #endif |
367 | #endif /*CONFIG_NETFILTER*/ | 367 | #endif /*CONFIG_NETFILTER*/ |
368 | #if defined(CONFIG_HIPPI) | ||
369 | C(private); | ||
370 | #endif | ||
371 | #ifdef CONFIG_NET_SCHED | 368 | #ifdef CONFIG_NET_SCHED |
372 | C(tc_index); | 369 | C(tc_index); |
373 | #ifdef CONFIG_NET_CLS_ACT | 370 | #ifdef CONFIG_NET_CLS_ACT |