Commit 4dd94cac authored by Roger Luethi's avatar Roger Luethi Committed by Linus Torvalds

[PATCH] export skb_pad symbol

Actually exporting the symbol introduced in 2.5.57 makes module users
happy.
parent 200ce8b3
......@@ -534,6 +534,7 @@ EXPORT_SYMBOL(alloc_skb);
EXPORT_SYMBOL(__kfree_skb);
EXPORT_SYMBOL(skb_clone);
EXPORT_SYMBOL(skb_copy);
EXPORT_SYMBOL(skb_pad);
EXPORT_SYMBOL(netif_rx);
EXPORT_SYMBOL(netif_receive_skb);
EXPORT_SYMBOL(dev_add_pack);
......
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