aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2007-06-27 01:25:11 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-07-10 22:15:53 -0700
commit75ebe8f73610636be8bbd8d73db883512850e6be (patch)
tree60ea3cc1b5fa6a942667d0c9352df838b2f0094b /net/core
parent[NET]: IPV6 checksum offloading in network devices (diff)
downloadlinux-dev-75ebe8f73610636be8bbd8d73db883512850e6be.tar.xz
linux-dev-75ebe8f73610636be8bbd8d73db883512850e6be.zip
[NET]: dev_mcast: unexport dev_mc_upload
dev_mc_add/dev_mc_delete take care of uploading the list when necessary and thats the only interface other code should use. Also remove two incorrect calls in DECnet. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
-rw-r--r--net/core/dev_mcast.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/dev_mcast.c b/net/core/dev_mcast.c
index 5a54053386c8..80bb2e374b76 100644
--- a/net/core/dev_mcast.c
+++ b/net/core/dev_mcast.c
@@ -292,4 +292,3 @@ void __init dev_mcast_init(void)
EXPORT_SYMBOL(dev_mc_add);
EXPORT_SYMBOL(dev_mc_delete);
-EXPORT_SYMBOL(dev_mc_upload);