From f6c06796f8ac7669b159b8992ed59fc7dd0ce5e7 Mon Sep 17 00:00:00 2001 From: Oskar Viljasaar <oskar.viljasaar@iopsys.eu> Date: Tue, 19 Jan 2021 21:58:59 +0100 Subject: [PATCH] fixup --- include/linux/skbuff.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 44f1b70277..4421a55e9a 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -2579,10 +2579,6 @@ static inline int pskb_trim(struct sk_buff *skb, unsigned int len) return (len < skb->len) ? __pskb_trim(skb, len) : 0; } -extern struct sk_buff *__netdev_alloc_skb_ip_align(struct net_device *dev, - unsigned int length, gfp_t gfp); - - /** * pskb_trim_unique - remove end from a paged unique (not cloned) buffer * @skb: buffer to alter -- GitLab