netdev
[Top] [All Lists]

[PATCH PKT_SCHED 6/6]: act_api.c: kill some exports

To: "David S. Miller" <davem@xxxxxxxxxxxxx>
Subject: [PATCH PKT_SCHED 6/6]: act_api.c: kill some exports
From: Patrick McHardy <kaber@xxxxxxxxx>
Date: Tue, 11 Jan 2005 22:46:34 +0100
Cc: Maillist netdev <netdev@xxxxxxxxxxx>
Sender: netdev-bounce@xxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.3) Gecko/20041008 Debian/1.7.3-5

# 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);
<Prev in Thread] Current Thread [Next in Thread>
  • [PATCH PKT_SCHED 6/6]: act_api.c: kill some exports, Patrick McHardy <=