aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/skbuff.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index cf42f194616e..38501d20650c 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -470,7 +470,6 @@ extern int skb_cow_data(struct sk_buff *skb, int tailbits,
470 struct sk_buff **trailer); 470 struct sk_buff **trailer);
471extern int skb_pad(struct sk_buff *skb, int pad); 471extern int skb_pad(struct sk_buff *skb, int pad);
472#define dev_kfree_skb(a) consume_skb(a) 472#define dev_kfree_skb(a) consume_skb(a)
473#define dev_consume_skb(a) kfree_skb_clean(a)
474extern void skb_over_panic(struct sk_buff *skb, int len, 473extern void skb_over_panic(struct sk_buff *skb, int len,
475 void *here); 474 void *here);
476extern void skb_under_panic(struct sk_buff *skb, int len, 475extern void skb_under_panic(struct sk_buff *skb, int len,