# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2005/01/11 22:22:57+01:00 kaber@xxxxxxxxxxxx
# [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@xxxxxxxxx>
#
# net/sched/act_api.c
# 2005/01/11 22:22:49+01:00 kaber@xxxxxxxxxxxx +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@xxxxxxxxx>
#
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);
|