From: Johannes Berg Date: Sun, 22 Jul 2007 16:11:42 +0000 (+0200) Subject: [NET] skbuff: remove export of static symbol X-Git-Tag: v2.6.16.53-rc1~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c08c47f63dfeaebb96096f9c1c1b23e4aabc5eed;p=karo-tx-linux.git [NET] skbuff: remove export of static symbol skb_clone_fraglist is static so it shouldn't be exported. Signed-off-by: Johannes Berg Signed-off-by: David S. Miller Signed-off-by: Adrian Bunk --- diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 41b737637a76..ab8d9a649563 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -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);