netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] net/sched/: remove unused exports
@ 2006-11-26  6:29 Adrian Bunk
  2006-12-01  3:51 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2006-11-26  6:29 UTC (permalink / raw)
  To: netdev

This patch removes the following unused EXPORT_SYMBOL's:
- sch_api.c: qdisc_lookup
- sch_generic.c: __netdev_watchdog_up
- sch_generic.c: noop_qdisc_ops
- sch_generic.c: qdisc_alloc

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

 net/sched/sch_api.c     |    1 -
 net/sched/sch_generic.c |    3 ---
 2 files changed, 4 deletions(-)

--- linux-2.6.19-rc6-mm1/net/sched/sch_api.c.old	2006-11-26 06:58:02.000000000 +0100
+++ linux-2.6.19-rc6-mm1/net/sched/sch_api.c	2006-11-26 06:58:16.000000000 +0100
@@ -1277,7 +1277,6 @@
 
 subsys_initcall(pktsched_init);
 
-EXPORT_SYMBOL(qdisc_lookup);
 EXPORT_SYMBOL(qdisc_get_rtab);
 EXPORT_SYMBOL(qdisc_put_rtab);
 EXPORT_SYMBOL(register_qdisc);
--- linux-2.6.19-rc6-mm1/net/sched/sch_generic.c.old	2006-11-26 07:02:22.000000000 +0100
+++ linux-2.6.19-rc6-mm1/net/sched/sch_generic.c	2006-11-26 07:03:40.000000000 +0100
@@ -606,13 +606,10 @@
 	qdisc_unlock_tree(dev);
 }
 
-EXPORT_SYMBOL(__netdev_watchdog_up);
 EXPORT_SYMBOL(netif_carrier_on);
 EXPORT_SYMBOL(netif_carrier_off);
 EXPORT_SYMBOL(noop_qdisc);
-EXPORT_SYMBOL(noop_qdisc_ops);
 EXPORT_SYMBOL(qdisc_create_dflt);
-EXPORT_SYMBOL(qdisc_alloc);
 EXPORT_SYMBOL(qdisc_destroy);
 EXPORT_SYMBOL(qdisc_reset);
 EXPORT_SYMBOL(qdisc_lock_tree);


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [2.6 patch] net/sched/: remove unused exports
  2006-11-26  6:29 [2.6 patch] net/sched/: remove unused exports Adrian Bunk
@ 2006-12-01  3:51 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2006-12-01  3:51 UTC (permalink / raw)
  To: bunk; +Cc: netdev

From: Adrian Bunk <bunk@stusta.de>
Date: Sun, 26 Nov 2006 07:29:31 +0100

> This patch removes the following unused EXPORT_SYMBOL's:
> - sch_api.c: qdisc_lookup
> - sch_generic.c: __netdev_watchdog_up
> - sch_generic.c: noop_qdisc_ops
> - sch_generic.c: qdisc_alloc
> 
> Signed-off-by: Adrian Bunk <bunk@stusta.de>

Applied, thanks Adrian.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-12-01  3:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-26  6:29 [2.6 patch] net/sched/: remove unused exports Adrian Bunk
2006-12-01  3:51 ` David Miller

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).