* [PATCH PKT_SCHED 6/6]: act_api.c: kill some exports
@ 2005-01-11 21:46 Patrick McHardy
0 siblings, 0 replies; only message in thread
From: Patrick McHardy @ 2005-01-11 21:46 UTC (permalink / raw)
To: David S. Miller; +Cc: Maillist netdev
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: 06.diff --]
[-- Type: text/x-patch, Size: 1382 bytes --]
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2005/01/11 22:22:57+01:00 kaber@coreworks.de
# [PKT_SCHED]: act_api.c: kill some exports
#
# init, destroy, dump etc. should be performed through Thomas's tcf_exts,
# don't export the act_api.c functions to modules. tcf_action_dump_1
# will follow once tcf_dump_walker is converted to callbacks.
#
# Signed-off-by: Patrick McHardy <kaber@trash.net>
#
# net/sched/act_api.c
# 2005/01/11 22:22:49+01:00 kaber@coreworks.de +0 -6
# [PKT_SCHED]: act_api.c: kill some exports
#
# init, destroy, dump etc. should be performed through Thomas's tcf_exts,
# don't export the act_api.c functions to modules. tcf_action_dump_1
# will follow once tcf_dump_walker is converted to callbacks.
#
# Signed-off-by: Patrick McHardy <kaber@trash.net>
#
diff -Nru a/net/sched/act_api.c b/net/sched/act_api.c
--- a/net/sched/act_api.c 2005-01-11 22:32:30 +01:00
+++ b/net/sched/act_api.c 2005-01-11 22:32:30 +01:00
@@ -883,11 +883,5 @@
EXPORT_SYMBOL(tcf_register_action);
EXPORT_SYMBOL(tcf_unregister_action);
-EXPORT_SYMBOL(tcf_action_init_1);
-EXPORT_SYMBOL(tcf_action_init);
-EXPORT_SYMBOL(tcf_action_destroy);
EXPORT_SYMBOL(tcf_action_exec);
-EXPORT_SYMBOL(tcf_action_copy_stats);
-EXPORT_SYMBOL(tcf_action_dump);
EXPORT_SYMBOL(tcf_action_dump_1);
-EXPORT_SYMBOL(tcf_action_dump_old);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-01-11 21:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-11 21:46 [PATCH PKT_SCHED 6/6]: act_api.c: kill some exports Patrick McHardy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).