diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-07-22 18:11:42 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-07-22 18:11:42 +0200 |
commit | c08c47f63dfeaebb96096f9c1c1b23e4aabc5eed (patch) | |
tree | 75aa3495db2961492f09297aa429f13c6353f047 /net | |
parent | 1c4f0dd95d9bac9e2b87a627b563bc5d9fb34555 (diff) |
[NET] skbuff: remove export of static symbol
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/core/skbuff.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |