Commit 5f68e4c07c7b97a5b06f0b5e313528d36415a60d
Committed by
David S. Miller
1 parent
1e419cd995
Exists in
master
and in
7 other branches
[PKT_SCHED]: Remove unused exports.
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> Signed-off-by: David S. Miller <davem@davemloft.net>
Showing 2 changed files with 0 additions and 4 deletions Side-by-side Diff
net/sched/sch_api.c
net/sched/sch_generic.c
... | ... | @@ -609,13 +609,10 @@ |
609 | 609 | qdisc_unlock_tree(dev); |
610 | 610 | } |
611 | 611 | |
612 | -EXPORT_SYMBOL(__netdev_watchdog_up); | |
613 | 612 | EXPORT_SYMBOL(netif_carrier_on); |
614 | 613 | EXPORT_SYMBOL(netif_carrier_off); |
615 | 614 | EXPORT_SYMBOL(noop_qdisc); |
616 | -EXPORT_SYMBOL(noop_qdisc_ops); | |
617 | 615 | EXPORT_SYMBOL(qdisc_create_dflt); |
618 | -EXPORT_SYMBOL(qdisc_alloc); | |
619 | 616 | EXPORT_SYMBOL(qdisc_destroy); |
620 | 617 | EXPORT_SYMBOL(qdisc_reset); |
621 | 618 | EXPORT_SYMBOL(qdisc_lock_tree); |