compat_xtables: remove unused xtnu_skb_make_writable

This commit is contained in:
Jan Engelhardt
2014-01-09 10:14:36 +01:00
parent a82d0ba517
commit f9b0ee7533
4 changed files with 1 additions and 9 deletions

View File

@@ -110,12 +110,6 @@ int xtnu_ip_route_me_harder(struct sk_buff **pskb, unsigned int addr_type)
}
EXPORT_SYMBOL_GPL(xtnu_ip_route_me_harder);
int xtnu_skb_make_writable(struct sk_buff **pskb, unsigned int len)
{
return skb_make_writable(*pskb, len);
}
EXPORT_SYMBOL_GPL(xtnu_skb_make_writable);
void *HX_memmem(const void *space, size_t spacesize,
const void *point, size_t pointsize)
{