netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: netdev@vger.kernel.org
Subject: [2.6 patch] net/sched/: remove unused exports
Date: Sun, 26 Nov 2006 07:29:31 +0100	[thread overview]
Message-ID: <20061126062931.GL15364@stusta.de> (raw)

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


             reply	other threads:[~2006-11-26  6:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-26  6:29 Adrian Bunk [this message]
2006-12-01  3:51 ` [2.6 patch] net/sched/: remove unused exports David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061126062931.GL15364@stusta.de \
    --to=bunk@stusta.de \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).