Commit 75bb5d3e authored by David S. Miller's avatar David S. Miller

[NETFILTER]: Move skb_ip_make_writable symbol export.

parent 3b253231
......@@ -745,6 +745,7 @@ int skb_ip_make_writable(struct sk_buff **pskb, unsigned int writable_len)
pull_skb:
return pskb_may_pull(*pskb, writable_len);
}
EXPORT_SYMBOL(skb_ip_make_writable);
#endif /*CONFIG_INET*/
......
......@@ -380,5 +380,4 @@ EXPORT_SYMBOL(ip_nat_cheat_check);
EXPORT_SYMBOL(ip_nat_mangle_tcp_packet);
EXPORT_SYMBOL(ip_nat_mangle_udp_packet);
EXPORT_SYMBOL(ip_nat_used_tuple);
EXPORT_SYMBOL(skb_ip_make_writable);
MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment