* [PATCH] skbuff: remove export of static symbol
@ 2007-07-05 9:33 Johannes Berg
2007-07-06 0:03 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2007-07-05 9:33 UTC (permalink / raw)
To: David S. Miller; +Cc: netdev
skb_clone_fraglist is static so it shouldn't be exported.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
---
net/core/skbuff.c | 1 -
1 file changed, 1 deletion(-)
--- wireless-dev.orig/net/core/skbuff.c 2007-07-05 11:30:15.265640003 +0200
+++ wireless-dev/net/core/skbuff.c 2007-07-05 11:30:45.095640003 +0200
@@ -2211,7 +2211,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);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] skbuff: remove export of static symbol
2007-07-05 9:33 [PATCH] skbuff: remove export of static symbol Johannes Berg
@ 2007-07-06 0:03 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-07-06 0:03 UTC (permalink / raw)
To: johannes; +Cc: netdev
From: Johannes Berg <johannes@sipsolutions.net>
Date: Thu, 05 Jul 2007 11:33:01 +0200
> skb_clone_fraglist is static so it shouldn't be exported.
>
> Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Patch applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-06 0:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-05 9:33 [PATCH] skbuff: remove export of static symbol Johannes Berg
2007-07-06 0:03 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox