compat_xtables: remove unused xtnu_ip_route_me_harder

This commit is contained in:
Jan Engelhardt
2014-01-09 10:16:02 +01:00
parent f9b0ee7533
commit 7cf7250e07
6 changed files with 3 additions and 11 deletions

View File

@@ -104,12 +104,6 @@ void xtnu_unregister_targets(struct xtnu_target *nt, unsigned int num)
}
EXPORT_SYMBOL_GPL(xtnu_unregister_targets);
int xtnu_ip_route_me_harder(struct sk_buff **pskb, unsigned int addr_type)
{
return ip_route_me_harder(*pskb, addr_type);
}
EXPORT_SYMBOL_GPL(xtnu_ip_route_me_harder);
void *HX_memmem(const void *space, size_t spacesize,
const void *point, size_t pointsize)
{