]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[NET] skbuff: remove export of static symbol
authorJohannes Berg <johannes@sipsolutions.net>
Sun, 22 Jul 2007 16:11:42 +0000 (18:11 +0200)
committerAdrian Bunk <bunk@stusta.de>
Sun, 22 Jul 2007 16:11:42 +0000 (18:11 +0200)
skb_clone_fraglist is static so it shouldn't be exported.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
net/core/skbuff.c

index 41b737637a762d6b7b6b6d6ea8a5e5cc515ddc13..ab8d9a649563f21ed7e16cdd25a1e133a5aaa510 100644 (file)
@@ -1851,7 +1851,6 @@ EXPORT_SYMBOL(pskb_copy);
 EXPORT_SYMBOL(pskb_expand_head);
 EXPORT_SYMBOL(skb_checksum);
 EXPORT_SYMBOL(skb_clone);
-EXPORT_SYMBOL(skb_clone_fraglist);
 EXPORT_SYMBOL(skb_copy);
 EXPORT_SYMBOL(skb_copy_and_csum_bits);
 EXPORT_SYMBOL(skb_copy_and_csum_dev);